Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 614 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 614 Bytes

CmdLineUtil

Ian's collection of command line utilities:

  • findext: Lists all file extensions in a directory
  • indents: Shows how files are indented (tabs versus spaces)
  • isplainascii: Finds non-ascii characters in files
  • random: Generates random numbers
  • regexmv: Moves (or changes the names) of files using regular expression search-and-replace
  • stripws: Stripws white space characters from the ends of lines in text files
  • xeol: Shows or changes the end-of-line convention in text files
  • xformcvsstatus: Reformats the output of the CVS status command to be more like Subversion