Duplicate
I guess that it is slightly similar to this: delete [^Music]
However, it does not work.
|
|
DuplicateI guess that it is slightly similar to this: delete [^Music] However, it does not work.
|
||||||||
|
|
|
The command
should work. If some of your "files" are also subdirectories, then you want to recursively delete them, too:
Warning:
Explanation:
You can learn about these commands and more by typing |
|||
|
|
|
|
Put the following command to your ~/.bashrc
You can now delete everything else in the folder except the Music folder by
Please, be careful with the command. It is powerful, but dangerous too. I recommend to test it always with the command
|
||