===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lfm-3.1/README-169-
lfm-3.1/README:170:  ``$ pip install lfm``
lfm-3.1/README-171-
##############################################
lfm-3.1/README-175-  2. Uncompress file:
lfm-3.1/README:176:     ``$ tar xvfz lfm-3.1.tar.gz``
lfm-3.1/README-177-  3. Enter the directory and build:
lfm-3.1/README:178:     ``$ python setup.py build``
lfm-3.1/README-179-  4. Install, as root:
##############################################
lfm-3.1/README-186-Now to run it:
lfm-3.1/README:187:    ``$ lfm``
lfm-3.1/README-188-
##############################################
lfm-3.1/README-199-	  LFMPATHFILE=/tmp/lfm-$$.path
lfm-3.1/README:200:	  cd "`cat $LFMPATHFILE`" && rm -f $LFMPATHFILE
lfm-3.1/README-201-    }
##############################################
lfm-3.1/README-621-
lfm-3.1/README:622:- ``$f``: file name including extension
lfm-3.1/README:623:- ``$v``: same than ``$f``
lfm-3.1/README:624:- ``$E``: file name without extension
lfm-3.1/README:625:- ``$e``: extension
lfm-3.1/README:626:- ``$p``: active directory
lfm-3.1/README:627:- ``$o``: other pane directory
lfm-3.1/README:628:- ``$b#``: path in bookmark #
lfm-3.1/README:629:- ``$s``: all selected files, space-separated and enclosed between "
lfm-3.1/README:630:- ``$a``: all files, space-separated and enclosed between "
lfm-3.1/README:631:- ``$i``: loop index, starting at 1
lfm-3.1/README:632:- ``$tm``: file modification date and time
lfm-3.1/README:633:- ``$ta``: file access date and time
lfm-3.1/README:634:- ``$tc``: file creation date and time
lfm-3.1/README:635:- ``$tn``: now (date and time)
lfm-3.1/README:636:- ``$dm``: file modification date
lfm-3.1/README:637:- ``$da``: file access date
lfm-3.1/README:638:- ``$dc``: file creation date
lfm-3.1/README:639:- ``$dn``: now (only date)
lfm-3.1/README-640-
##############################################
lfm-3.1/README-662-
lfm-3.1/README:663:  We have enclosed ``$b3`` between " here in case the path could contain spaces.
lfm-3.1/README-664-
##############################################
lfm-3.1/README-708-* Loops are only executed with selected files AND at least one of next variables
lfm-3.1/README:709:  present within the command: ``$f``, ``$v``, ``$F``, ``$E``, ``$i``, ``$tm``,
lfm-3.1/README:710:  ``$ta``, ``$tc``. Remember ``$a`` or ``$s`` never loop
lfm-3.1/README-711-
##############################################
lfm-3.1/README-829-
lfm-3.1/README:830:The applications listed here must be executable programs in your `$PATH`,
lfm-3.1/README-831-shell alias will not work.
##############################################
lfm-3.1/README-1178-   create a new executable program ``ve`` with these contents and move it
lfm-3.1/README:1179:   to any directory in your `$PATH`::
lfm-3.1/README-1180-
##############################################
lfm-3.1/README-1194-
lfm-3.1/README:1195:   In any case note that ``ve`` must be an executable program in your `$PATH`,
lfm-3.1/README-1196-   a shell alias will not work.