Again, I have migrated from Manjaro to Fedora. Suddenly my backup invocation command refuses to work. I have no idea why!
[tomc@localhost bkup]$ ls -1
backup-all
backup-all2
[tomc@localhost bkup]$ backup-all2
bash: backup-all2: command not found
[tomc@localhost bkup]$ sh backup-all2
sh: backup-all2: No such file or directory
[tomc@localhost bkup]$ sh backup-all2.sh
sh: backup-all2.sh: No such file or directory
[tomc@localhost bkup]$ ./backup-all2
bash: ./backup-all2: No such file or directory
[tomc@localhost bkup]$
As this IS my backup routine I urgently need it to launch.
Can anyone tell me what I don’t grasp here?