Home
last modified time | relevance | path

Searched refs:sed (Results 326 – 338 of 338) sorted by last modified time

1...<<11121314

/illumos-gate/usr/src/cmd/bnu/
H A DSetUp104 set - `sed -n "/uucico/s/:.*//p" /etc/passwd`
H A DCvt94 S=`echo $i | sed "s/..\(.*\)....../\1/"`
95 E=`echo $i | sed "s/.*\(.....\)/\1/"`
103 DIR=`echo $DIR | sed "s/ .*//"`
119 S=`echo $DIR | sed "s/\(.......\).*/\1/"`
/illumos-gate/usr/src/cmd/bart/
H A DMakefile69 sed "/^domain/d" messages.po > $@
76 sed "/^domain/d" messages.po > $@
/illumos-gate/usr/src/cmd/backup/dump/
H A DMakefile118 | sed -f lint.sed | grep '^[^ ]'
143 cd $(ROLLDIR) ; pwd ; $(MAKE) `echo $(ROLLPOFILES) | sed -e 's@$(ROLLDIR)/@@g'`
/illumos-gate/usr/src/cmd/audit_warn/
H A Daudit_warn.sh41 SED=/usr/bin/sed
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_command_substitution.sh164 testout=${ printf "%B\n" testbody | sed 's/<CS>/$(/g;s/<CE>/)/g' | ${SHELL} 2>&1 || err_exit "comma…
168 testout=${ printf "%B\n" testbody | sed 's/<CS>/${ /g;s/<CE>/ ; }/g' | ${SHELL} 2>&1 || err_exit "c…
172 testout=${ printf "%B\n" testbody | sed 's/<CS>/$( ulimit -c 0 ; /g;s/<CE>/)/g' | ${SHELL} 2>&1 || …
176 testout=${ printf "%B\n" testbody | sed 's/<CS>/$( ( /g;s/<CE>/) )/g' | ${SHELL} 2>&1 || err_exit "…
180 testout=${ printf "%B\n" testbody | sed 's/<CS>/${ ( /g;s/<CE>/) ; }/g' | ${SHELL} 2>&1 || err_exit…
208 testout=${ printf "%B\n" testbody | sed 's/<CS>/$(/g;s/<CE>/)/g' | ${SHELL} 2>&1 || err_exit "comma…
212 testout=${ printf "%B\n" testbody | sed 's/<CS>/${ /g;s/<CE>/ ; }/g' | ${SHELL} 2>&1 || err_exit "c…
216 testout=${ printf "%B\n" testbody | sed 's/<CS>/$( ulimit -c 0 ; /g;s/<CE>/)/g' | ${SHELL} 2>&1 || …
220 testout=${ printf "%B\n" testbody | sed 's/<CS>/$( ( /g;s/<CE>/) )/g' | ${SHELL} 2>&1 || err_exit "…
224 testout=${ printf "%B\n" testbody | sed 's/<CS>/${ ( /g;s/<CE>/) ; }/g' | ${SHELL} 2>&1 || err_exit…
/illumos-gate/usr/src/cmd/ast/libdll/
H A DMakefile.com90 src=`echo $(@F:%.h=%) | sed 's/^ast_//'`; \
/illumos-gate/usr/src/cmd/ast/
H A DMakefile.astmsg80 sed 's/^$$translation msgcc .*//' <"$(MSGLIBNAME).msg" | gencat "$@" - ; \
/illumos-gate/usr/src/cmd/acct/
H A Drunacct.sh62 _blocks=`df $_adm | sed 's/.*://' | awk '{ print $1 }'`
245 _ptacct=`basename ${_Spacct} | sed 's/Sp/pt/'`
336 acctcms -a -s sum/daycms | sed -n 1,56p > nite/daycms
337 acctcms -a -s sum/cms | sed -n 1,56p > nite/cms
H A Ddodisk.sh94 `echo $dev | sed s-/-_-g`.dtmp &
H A Dlastlogin.sh46 getent passwd | sed "s/\([^:]*\).*/00-00-00 \1/" |\
59 sed -e "s/^[^ ]*[ ]\([^ ]*\)[ ].*/$_d \1/" | \
H A Dckpacct.sh65 _blocks=`df $_adm | sed 's/.*://' | awk '{ print $1 }'`
/illumos-gate/usr/src/cmd/Adm/sun/
H A DMakefile66 @$(NOT_RELEASE_BUILD)-$(ECHO) $(DEV_CM) | sed -e "s/@(#)//" >> motd

1...<<11121314