Tagged Questions
0
votes
2answers
189 views
Unable to undo removal in Zsh
I run at path/test
rm -r *
The tutorial says that I can undo the change by
If one of these fancyeditor commands
changes your command line in a way you
did not intend, you can undo changes
...
0
votes
3answers
146 views
Unable to find files which have been in the folder one minute in Mac's Zsh
I need to find files which have been in the folder Wastebasket exactly one minute.
The files have been moved all over my computer to the folder.
I run the following unsuccessfully
find -atime n1m .
...