Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Cut

This is a small script that provides the functionality of the UNIX cut tool with plain Windows Batch script.

The script accepts the following command line switches:

  • /b x - Set the starting line (default: the file's first line)
  • /e x - Set the terminating line (default: the file's last line)
  • /n - Show line numbers (default: off)