Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

whyrichard

macrumors 68000
Original poster
Aug 15, 2002
1,716
9
how do i delete the contents of a hidden folder? use termminal how? no experience with terminal.

the folder i want to delete is ******/private/var/flexlm .....


too much info?


r.
 
whyrichard said:
how do i delete the contents of a hidden folder? use termminal how? no experience with terminal.

the folder i want to delete is ******/private/var/flexlm .....

Yes, use Terminal, and type "rm -r ******/private/var/flexlm". rm stands for remove...the -r means recursive, which will remove a folder and everything in it, as opposed to just one item. Note: anything removed this way doesn't go into the Trash....

--Eric
 
...or if rm is too scary, and you want to move it to Trash before permanently deleting it, use Terminal but type open /var and a Finder window will appear (magically ;)) and you can drag the desired folder(s) to trash (or mark them and use cmd-backspace).
 
Mitthrawnuruodo said:
...or if rm is too scary, and you want to move it to Trash before permanently deleting it, use Terminal but type open /var and a Finder window will appear (magically ;)) and you can drag the desired folder(s) to trash (or mark them and use cmd-backspace).


i think you guys are magic.


r.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.