/Toolkit

My toolkit

Primary LanguagePerlMIT LicenseMIT

  • grep.pl

    grep.pl [-A after_num] [-B before_num] perl_pattern [file..]
    • grep recursively with perl_pattern

    • output format:

      path:line_num:line_content
      
    • follow symlinks

    • avoid grep same files by inode number

    • grep only git tracked files if it's in a git repo.

  • brightness.c

    brightness up
    brightness down
    brightness [brightness number]

    A binary program for setuid.

  • run_after.pl

    run_after.pl pid cmds...
    • run shell cmds after process pid endded.