Searched refs:uniq (Results 1 - 4 of 4) sorted by relevance

/solaris-desktop/ext-sources/
H A Dupdate-sqlite-map-file.sh36 nm $NEW_SQLITE_LIB | grep GLOB | grep FUNC | grep -v 'UNDEF' | cut -d '|' -f 8 | uniq |sort > $NEW_GLOBAL_SYMBOL_FILE
38 nm $OLD_SQLITE_LIB | grep GLOB | grep FUNC | grep -v 'UNDEF' | cut -d '|' -f 8 | uniq |sort > $OLD_GLOBAL_SYMBOL_FILE
H A Dl10n-configure.sh231 | uniq \
245 | uniq \
H A Dpostrun55 echo ' -u, --uniq'
62 echo ' Delay the execution of uniq commands by <n> minutes.'
211 postrun_debug "matching spooled uniq job (#${uniq_job_nr}) found"
212 # we found a matching spooled uniq job
213 # we need to update the uniq time and make sure it's
214 # flagged as a uniq job
485 # if it's a uniq job, check if it timed out
525 # postrun-runq mode (ignore timeout for uniq jobs, since this is
544 -u|--uniq)
/solaris-desktop/scripts/
H A Dreport-copyright78 # like uniq(1)
79 sub uniq (@) { subroutine
154 foreach my $owner (uniq sort values %owners) {

Completed in 1058 milliseconds