Add OS/bash/Week4/q1.sh
This commit is contained in:
parent
3a41fa1686
commit
3d5dfd6481
1 changed files with 6 additions and 0 deletions
6
OS/bash/Week4/q1.sh
Normal file
6
OS/bash/Week4/q1.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Entered file will be copied"
|
||||
|
||||
cp "$1" "duplicate_$1"
|
||||
echo "File duplicated"
|
Loading…
Add table
Reference in a new issue