Put your tips and tricks online - Share your knowledge! Login | Register
 
 
  Search     Advanced search
 

Home | Ask Question | Add tip | My tips | Recent tips & tricks | Suggest a category | FAQ | Forums

 
 
 
 Found 2 tips, Displaying 1 - 2 
 
Sort by 
 
 How to use cut
Here are some basic examples of using cut command. $ designates the shell prompt. cut first 10 characters: $ cut -c1-10 cut from third character to the end of the line $ cut -c3- cut 1 and 5 fields from passwd file $ cut -f 1,5 -d : /etc/passwd
 More...
11/09/05
 
 
 How to delete a very large number of files on Unix
When you are trying to delete a very large number of files in a directory on Unix you may get an error message similar to this: "Argument list too long" (I also had this problem on Windows running cygwin). In this case you can use the following command, which will ...
 More...
11/09/05
 
 


Recent tips & tricks
Operating Systems > Windows > Windows XP : How to create an empty file on...
Operating Systems > Unix > SUN Solaris : A tip for ZFS filesystem on So...
Miscellaneous > Middleware > Oracle Fusion Middleware > Oracle SOA Suite : How to create users using comm...
Databases > Oracle > Security : What privileges are needed to ...

More categories
Databases | Programming | Hardware | Operating Systems | Networking | Internet | ERP / CRM | Games & Multimedia | Graphics & Design | Miscellaneous | Office Software | TipLib FAQ
 

Home |  FAQ |  Terms of Use |  Privacy Policy

© 2005 tiplib.com