AIX-LINUX Blog
Pages
Home
About
AIX
NIM
VIO
HMC
Linux
Contact
Thursday, May 19, 2022
create file backup using script on AIX operating system.
Script
for inputfile in test1 test2 test3 test3
do
cp $inputfile ${inputfile}.bkp
echo $inputfile backup created successfully
Sleep 2
done
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment