Can the same be done with the move command except I want to use command line arguments when the script is invoked???#!/usr/local/bin/perl sub mak { !system "/bin/mkdir", @_; } print "Enter name of Directory you want to create: "; chomp($newb = <STDIN>); mak $newb; print "$newb directory created.\n";
In reply to Re: Re: Move or rename script
by Anonymous Monk
in thread Move or rename script
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |