Script kod hjälp!
Postat: 29 nov 2012, 01:04
Hejsan!
Har ett script som jag har tuggat på ett tag fast utan någon framgång.
Create a copy of scripttemplate.sh but call it backup.sh instead. Edit this file and add the following two commands to it: first, display information about the file provided as the first argument (use ls command, -l option, and $1). Second, make a copy of the $1 file, by adding the .original suffix to the name. Write down the two commands.
Detta har jag gjort hittills.
ls -l $1
cp $1 $1.original
Vad är felet?
Tack på förhand!
Har ett script som jag har tuggat på ett tag fast utan någon framgång.
Create a copy of scripttemplate.sh but call it backup.sh instead. Edit this file and add the following two commands to it: first, display information about the file provided as the first argument (use ls command, -l option, and $1). Second, make a copy of the $1 file, by adding the .original suffix to the name. Write down the two commands.
Detta har jag gjort hittills.
ls -l $1
cp $1 $1.original
Vad är felet?
Tack på förhand!