Help with a simple c-shell script.# Programming - 葵花宝典
n*l
1 楼
I want to write a simple c-shell script. It takes a few options, one input
file and one output file, similiar to:
cmd -a -b -c input_file output_file
where -a,-b,-c are options. input_file, output_file are required arguments.
I'd appreciate it if anyone could help me out. Thanks!
file and one output file, similiar to:
cmd -a -b -c input_file output_file
where -a,-b,-c are options. input_file, output_file are required arguments.
I'd appreciate it if anyone could help me out. Thanks!