Orginal files directory
Suppose the directory ~/IFT383/Bash/archive contains thefollowing files:
DeductionRequest_To_IA_07142017_040109.csv.PGP
LifeSpace_To_IA_CAD20170710.csv.pgp
Herr Foods Inc_To_IA_CAD_20170705.csv.pgp
new directory files
Write a script called changename.sh to change the filenames tothe below and place them in ~/IFT383/Bash/inbound:
DeductionRequest_To_IA_07142017_040109.csv.pgp
LifeSpace_To_IA_CAD_20170710.csv.pgp
HerrFoodsInc_To_IA_CAD_20170705.csv.pgp
Include a first line that calls the Bourne shell as theinterpreter Add a comment to state the purpose of the script andother comments to make the script easier to read
Writing a unix script moving from one directory toanother directory.
Expert Answer
An answer will be send to you shortly. . . . .