The Artima Developer Community
Sponsored Link

Java Buzz Forum
Collection of very interesting unix commands

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ananth Chelladurai

Posts: 46
Nickname: cananth
Registered: May, 2013

Ananth Chelladurai is a java cowboy. My blood is tested positive for java
Collection of very interesting unix commands Posted: May 31, 2013 10:26 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Ananth Chelladurai.
Original Post: Collection of very interesting unix commands
Feed Title: Ananth Chellathurai's walk on software
Feed URL: http://feeds2.feedburner.com/AnanthChellathuraisWalkOnSoftware
Feed Description: My blood is tested +ve for java
Latest Java Buzz Posts
Latest Java Buzz Posts by Ananth Chelladurai
Latest Posts From Ananth Chellathurai's walk on software

Advertisement
How to get your top 100 unix commands history | sed "s/^[0-9 ]*//" | sed "s/ *| */\n/g" | awk '{print $1}' | sort | uniq -c | sort -rn | head -n 100 > commands.txt How to copy a file to all subfolders of a directory using unix command find . -type d -exec cp pathtofile {}/ \; How to delete all .svn folders from current directory using unix command find . -type d -name '.svn' -print -exec rm

Read: Collection of very interesting unix commands

Topic: 2 ways to create Connection Pool in java with examples Previous Topic   Next Topic Topic: Use AOP Aspects as Mocks in JUnit tests?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use