|
|
Member Since: Oct 19, 2008
Location: Ottawa
Posts: 15,309
Mac Specs: 2012 13" MBP (2.5 i5, 8GB)
|

02-22-2011, 12:12 PM
What Terminal command did you use? You likely didn't tell it to delete recursively. The command you want is as follows: The -r argument will remove files recursively (delete a file within a folder, within a folder...) and the -f argument will remove the files without prompting (handy if you have a lot of files to delete and you don't need to ensure that only certain ones get deleted).
|
|
|
QUOTE
Thanks
|