"Fossies" - the Fresh Open Source Software Archive

Member "shake-1.0/doc/shake-man_insert" (15 Nov 2014, 478 Bytes) of package /linux/privat/shake-1.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 [NAME]
    2 Shake - Rewrite fragmented files, maybe improving performance.
    3 
    4 [EXAMPLES]
    5 .TP
    6 See fragmention of a file :
    7 .B shake
    8 \--pretend \--verbose \--verbose
    9 .I FILE
   10 .TP
   11 Shake all file in a dir, recursively :
   12 .B shake
   13 \--old=0
   14 .I DIR
   15 .TP
   16 Shake all mp3 in subdirectory, puting together those close in lexical order :
   17 find -iname '*.mp3' | sort |
   18 .B shake
   19 
   20 [USAGE]
   21 If there is no
   22 .I FILES
   23 shake read from stdin.
   24 
   25 Please refer to
   26 .I http://vleu.net/shake/
   27 for detailed instructions.