Cool stuff with command line?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Cool stuff with command line?
# 1  
Old 11-19-2011
Bug Cool stuff with command line?

Hi there, I just switch to MAC and love the way command line do things like mass renaming, unrar, remove .... in terminal, so better than normal graphic apps.
I love to study more about this stuff, could you guys show me some book that help me out,
Simply I see many code like this in internet but I don't know how to modify them much
Code:
for i in *.rar;do unrar "something with $$$$$" ;done [return]

# 2  
Old 11-19-2011
Hi e7:b9:6c:21:5f

Smilie

Welcome to the forum.

Perhaps you could start here:

Answers to Frequently Asked Questions - The UNIX and Linux Forums

If you have a specific question, then do post it. we're happy to help Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sed command to replace a line at a specific line number with some other line

my requirement is, consider a file output cat output blah sdjfhjkd jsdfhjksdh sdfs 23423 sdfsdf sdf"sdfsdf"sdfsdf"""""dsf hellow there this doesnt look good et cetc etc etcetera i want to replace a line of line number 4 ("this doesnt look good") with some other line ... (3 Replies)
Discussion started by: vivek d r
3 Replies

2. Shell Programming and Scripting

I need suggestion on problem read a file line by line and do stuff

At first, give my best wish for all MOD and admins here. I"m learning bash shell program just for a month, not too much, not too little, but i must admire that i'm very bad at math and algorithm. :( I want to do this : Read the content of a file line by line and at each line, ask me want to... (3 Replies)
Discussion started by: madi3d8
3 Replies

3. What is on Your Mind?

Cool new logo

I saw this on another board, and burst out laughing. http://www.brandsoftheworld.com/brands/0011/0070/brand.gif Apparently it's a new logo (may even be a new name) for a clothing line. Check them out: www.A-Style.it (9 Replies)
Discussion started by: Dave Miller
9 Replies

4. What is on Your Mind?

Cool video

Grand Central Big Freeze jwMj3PJDxuo It looks as tho it's movie scene from M. Night Shyamalan :b: (0 Replies)
Discussion started by: sparcguy
0 Replies

5. Shell Programming and Scripting

How to read from a file line by line and do stuff

I want to read from a file and then do some stuff based on the text read from each line. Basically it is a list of usernames and I need to read each user, check it exist in passwd and extract their home directory and then copy a few files to that users home directory. Then move onto the next user... (4 Replies)
Discussion started by: spaceship
4 Replies
Login or Register to Ask a Question