Timeline for How to avoid error-message during the execution of a bash script?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 15, 2017 at 11:43 | comment | added | Wildcard | Another issue here is that if there's more than a single matching file on your system, only the last one will be present in 'MyDocuments' after running that command. | |
| May 15, 2017 at 11:35 | comment | added | Michael | That is right. Maybe there is an immutable-flag on one of the directories (maybe the $HOME/MyDocuments. Maybe we can check this with the output of lsattr -dfor the directory in question. | |
| May 15, 2017 at 11:26 | comment | added | Kusalananda♦ | One of the issues here is that the OP is running find with sudo. It is unclear what produces the errors. | |
| May 15, 2017 at 11:21 | history | answered | Michael | CC BY-SA 3.0 |