Unix/Linux OS/Expert Profile


Ask A Question

Expertise

I can answer questions related to Basic Unix commands, shell scripts, sed, awk, job scheduling & vi editor.

Experience in the area

15 years of experience in Unix and Shell scripting

Education/Credentials

B.Sc (Electronics), Diploma in Computer Applications (DCA)

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    T = Timeliness    P = Politeness
UserDateKCTPComments
Ryan11/21/0910101010 
karll11/05/0910101010 
Ryan10/28/0910101010 
biotite10/19/0910101010 
Green10/12/0910101010 

Recent Answers from Suchitra Joshi

2009-11-15 multiple argements to script:

Hi Karll, You can try using the bash getopts function. Please see the below link- http://bashcurescancer.com/the-60-second-getopts-tutorial.html Or you can parse the file of arguments as given

2009-10-27 echo command:

Hi Ryan, Sorry for the delay. You can try creating a script with the following code in it. Let me know if it works or any errors are encountered - cd . for file in `ls` do if [ ! -f /home/ryan/folder2/$file

2009-10-26 echo command:

Hi Ryan, You can use the ls command to display the files in particular directory as follows - ls -l (This lists files in current directory) ls -l /home/ryan/folder2 (This lists files in specified

2009-10-26 echo command:

Hi Ryan, I am not sure what is stored in $file. But you can try one of the following and check whether it works 1) echo "$file" or 2) echo -n $file Since I do not have Unix setup, I cannot

2009-10-17 Kernel version:

Hi Biotite, I am not sure which kernel version Google uses and I think they do not disclose this information. But you may find some ideas at the following site - http://digg.com/tech_news/Google_-_A_Rare_Look_At_How_They_Do_It

 

Ask A Question

All Answers

Answers by Expert:


Ask Experts

Volunteer


©2009 About.com, a part of The New York Times Company. All rights reserved.