Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Volltextergebnisse:

string_operations
139 Treffer, Zuletzt geändert:
to accomplish a similar result: for i in *.txt; do cp $i ${i%.txt}.bak; done ... obviously this is more typing. If you trie... imple enough: function cp-pattern { for i in $1; do cp $i ${i%$1}$2; done ... but that doesn't work like most Unix users... ath on it's own line: p=$PATH until [ $p = $d ]; do d=${p%%:*}; p=${p#*:}; echo $d; done ... obviously you can replace the echo $d part... working directory": p=$(pwd) until [ $p = $d ]; do p=${p#*/}; d=${p%%/*}; echo $d; done ... here we've reversed the assignments to p a
test
7 Treffer, Zuletzt geändert:
a" -le "$b" ]</code> ---- < is less than (within double parentheses) <code>(("$a" < "$b"))</code> ---- //<=// is less than or equal to (within double parentheses) <code>(("$a" <= "$b"))</code> ---- > is greater than (within double parentheses) <code>(("$a" > "$b"))</code> ---- //>=// is greater than or equal to (within double parentheses) <code>(("$a" >= "$b"))</code>
monitor
2 Treffer, Zuletzt geändert:
) { #ls -l #sleep 1 # more elegant: watch -n 1 "ls -l" } while true; do list | grep $1 done </code>
 
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0
DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp   Dogecoin Donations Accepted Here    DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp  DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp