This shows you the differences between two versions of the page.
|
linuxnotes:bash:oneliners [2010/03/02 23:29] aim |
linuxnotes:bash:oneliners [2010/03/02 23:39] (current) aim |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ==== нестандартные применения find ==== | ==== нестандартные применения find ==== | ||
| * Удалить все файлы в текущем каталоге и его подкаталогах: <code>find . -type f -exec rm -f {} \;</code> | * Удалить все файлы в текущем каталоге и его подкаталогах: <code>find . -type f -exec rm -f {} \;</code> | ||
| - | ===== манипуляция с flac/ape/wv+cue ===== | + | ===== манипуляция с flac/ape/wv + cue ===== |
| - | <code>cuebreakpoints CannedWheat.cue | shnsplit -o flac CannedWheat.flac | + | Ставим shntool, cuetools, flac, wavpack, monkey audio и проч. кодировщики |
| + | <code>cuebreakpoints CannedWheat.cue | shnsplit -o flac CannedWheat.flac/ape/wv/что-там-у-нас | ||
| cuetag CannedWheat.cue split-track*.flac</code> | cuetag CannedWheat.cue split-track*.flac</code> | ||