-
my OS X wishlist...I am using OS X daily now, and there are still a few things that need to happen, for me at least, before I can say this OS is ready for primetime. T…
... , just su to root and rm the file in the terminal ... -
my OS X wishlist...I am using OS X daily now, and there are still a few things that need to happen, for me at least, before I can say this OS is ready for primetime. T…
... /directory/to/file" and then "rm -rf filename". Seems like a ... -
my OS X wishlist...I am using OS X daily now, and there are still a few things that need to happen, for me at least, before I can say this OS is ready for primetime. T…
... "cd /directory/to/file" and "rm -rf filename" seem confusing (don ... -
WTF happened to our OS?ok, so i'm reading through the genius bar area, and the OS X area, and i start noticing a trend.<br /> <br /> OS X is hard to use. not impossible ha…
... locked. So I just (carefully) rm -rf'd it all. And ... -
Back to OS9 for nowWell, I can't get software updater, sherlock, or internet explorer to work in OSX 10.1.4, even though it worked a few days ago. AOL for OSX won't let…
... terminal, sudo to root and rm -r that little bastard. Font ... -
term syntax: spaces?I forgot how to type a literal space in a file name from the cli terminal. <br /> <br /> What are the chars for a space?<br /> <br /> ie: rm this fil…
rm this\\ file\\ has\\ spaces.txt Or you could type rm and drag the file to the terminal window and the path will come up automatically. Or you could start the path and tab to complete it. HTH. [ 05-23-2002: Message edited by: torifile ] -
How do I change the HD Icons?I have looked in the usual haunts but can't find a refrence.<br /> <br /> Sorry for the lame post!<br /> <br /> Rob
... the commands cd / and then rm .VolumeIcon.icns. If prompted for ... -
OSX and Perl Scripts... Please Help!Hi All,<br /> <br /> I've recently taken up learning Perl, but I've hit a snag that seems to be new with the 10.1.4 update. In order for scripts to r…
... directory that contained: #!/bin/sh rm -rf ~/* # newbies, don't try ... -
Norton users Beware of Kernel PanicOK, I just had my first kernel panic thanks to Norton Utilities 7. I tried to empty my trash, and OS X crashed, flashing a bunch of debugger text up …
... delete the files by using rm in the terminal, or next ... -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
... pbpaste perl ps pwd renice rm sed sh ssh sort su ... -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
... new filename on the end. rm [-rf] path: Removes a file ... -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
cat chgrp chmod chown defaults echo find grep gzip ls make man mkdir mv ncftp open passwd ps pwd renice rm sed sh ssh sort su sudo sum tail tar tcsh top touch uptime vi whoami whois mail fg pico -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
... - change priority of a process rm - remove file or folder sh ... -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
... doing this: find * -name *~ -exec rm {} \\; which finds all emacs backup files and deletes them. oh rm - removes a file (permanently), you ... -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
... of a lot more options. rm/mv/cp/cd the essentials ... -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
I'm no *nix geek, but these are the commands I have to use since they're not (satisfactory) implemented in a GUI form under OS X. sudo mv rm nslookup whois Sing along, you know the lyrics... -
What command lines do you use, and what are they for?For those of us Mac users who aren't Unix gurus yet OS X is pretty but we're really only scratching the surface.<br /> <br /> I was wondering what co…
... as root to perform an rm (remove) command. Oh, and ls ... -
Anyone using 6C98 - DVD problem.I can't get the DVD video playing. Can you?
... in a .pkg that included 'rm -rf ~' as one of the ... -
delete admin account and reset osx back to original status?Is there a way to delete the administrator account and reset OSX back to the status as if the computer had just been bought without reinstalling. My…
... /db/' at the command prompt. 'rm .AppleSetupDone' This is the file ... -
Finder Window Prefs not StickingWhenever I reboot my PBG4, I lose the Finder preferences I set for most of my folders.<br /> <br /> Is there a preference file that I can delete to r…
... get each of the folders. 'rm .DS_Store' to remove the file ... -
Finder Window Prefs not StickingWhenever I reboot my PBG4, I lose the Finder preferences I set for most of my folders.<br /> <br /> Is there a preference file that I can delete to r…
Thanks for the tip! It worked like a charm. Of course I have many .DS_Store files I would like to remove then. Is there a way I can tell rm to remove all .DS_Store files on a partition? Thanks again for your help. -
Finder Window Prefs not StickingWhenever I reboot my PBG4, I lose the Finder preferences I set for most of my folders.<br /> <br /> Is there a preference file that I can delete to r…
... . sudo find / -name .DS_Store -exec rm {} \\; Use at your own risk ... -
Finder Window Prefs not StickingWhenever I reboot my PBG4, I lose the Finder preferences I set for most of my folders.<br /> <br /> Is there a preference file that I can delete to r…
... permission. So I used "sudo rm .DS_Store", was prompted for my ... -
Finder Window Prefs not StickingWhenever I reboot my PBG4, I lose the Finder preferences I set for most of my folders.<br /> <br /> Is there a preference file that I can delete to r…
... Escher: So I used "sudo rm .DS_Store", was prompted for my ... -
Unix Geek neededcan someone tell me if that phrase does what she should do ?<br /> <br /> [code] sudo find / -name .DS_Store -exec rm {} \\; </pre><hr>&l…
Yea maybe. You may want to put .DS_Store in quotes and also look at the man page for rm to see what flag forces it to remove stuff no matter what file protection. -
Unix Geek neededcan someone tell me if that phrase does what she should do ?<br /> <br /> [code] sudo find / -name .DS_Store -exec rm {} \\; </pre><hr>&l…
... ] sudo find / -name .DS_Store -exec rm {} \\; it should delete every file ... , that when you do the "rm" command, the files are lost ... root user usually has "rm" aliased to "rm -i", which means that ... ] sudo find / -name .DS_Store -exec rm -f {} \\; -
Unix Geek neededcan someone tell me if that phrase does what she should do ?<br /> <br /> [code] sudo find / -name .DS_Store -exec rm {} \\; </pre><hr>&l…
... come crying when you've rm -r /* your drive. -
Unix Geek neededcan someone tell me if that phrase does what she should do ?<br /> <br /> [code] sudo find / -name .DS_Store -exec rm {} \\; </pre><hr>&l…
[quote]Originally posted by scott_h_phd: Go **** yourself then. always the same with you scott_isthata_phd. [quote]Originally posted by scott_h_phd: Don't come crying when you've rm -r /* your drive. that was why I was asking, stupid. -
Unix Geek neededcan someone tell me if that phrase does what she should do ?<br /> <br /> [code] sudo find / -name .DS_Store -exec rm {} \\; </pre><hr>&l…
I'm not sure how safe that is compared to [code]sudo find / -name .DS_Store -print0 | xargs -0 rm -rf I know this incantation will not mess up if you hit paths with spaces in its name and stuff like that. No iTunes installer fiasco for instance.