Re: Few quick questions

1996-08-12 Thread Gilbert Ramirez Jr.
As Shaya Potter said: > > On Sat, 10 Aug 1996, Dan Bergman wrote: > > > Well its been a few years since I used unix.. so > > > > 3. In what ini file do I put my aliases so I get em all the time when I > > start a bash > > shell in a xterm window? > > put them in both .bash_rc and .bash_profile

Re: Few quick questions

1996-08-12 Thread Shaya Potter
On Sat, 10 Aug 1996, Dan Bergman wrote: > Well its been a few years since I used unix.. so > > 1. How do I used FIND to find say.. core files and delete em I know that > it should > look something like this... find -name core -exec rm find / -name core -exec rm {} \; |

Re: Few quick questions

1996-08-10 Thread David C Winters
On Sat, 10 Aug 1996, Dan Bergman wrote: This isn't really germane to Debian, but I'm responding to the list as an error-checking scheme. > Well its been a few years since I used unix.. so Welcome back to the fold; I'm sure you'll find Linux to be at least as rewarding (and outrig

Few quick questions

1996-08-10 Thread Dan Bergman
Well its been a few years since I used unix.. so 1. How do I used FIND to find say.. core files and delete em I know that it should look something like this... find -name core -exec rm 2. How do I use FIND to find files bigger than 1024k and using -ok if i want to delete or not.. 3. In what i