Carica file su 'bash'

This commit is contained in:
2022-07-07 21:50:11 +00:00
parent 4b526c9f8a
commit ae39f5d62b
2 changed files with 588 additions and 0 deletions

4
bash/cptest Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
SOURCE=/home/test/testfile
DEST=/home/corrado/testfile
cp -vp $SOURCE $DEST