Thread
:
need help to delete 'desktop.ini' files
View Single Post
rokafellaskank
2010-03-16 , 09:23
Posts: 83 | Thanked: 4 times | Joined on Mar 2010 @ Birmingham England
#
9
Originally Posted by
BigLebowski
~ $ cd MyDocs/Downloads/Folder/
~ $ find . -name desktop.ini -exec rm -i {} \;
HTH
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso26+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.
~ $ cd MyDocs/Downloads/Folder/Q
~/MyDocs/Downloads/Folder/Q $ find . -name desktop.ini -exec rm -i {} \;
find: unrecognized: -exec
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso26+0m5) multi-call binary
Usage: find [PATH...] [EXPRESSION]
~/MyDocs/Downloads/Folder/Q $
still nothing
Quote & Reply
|
rokafellaskank
View Public Profile
Send a private message to rokafellaskank
Find all posts by rokafellaskank