UNIX shells scripting


 
Thread Tools Search this Thread
Top Forums Programming UNIX shells scripting
# 1  
Old 10-11-2016
UNIX shells scripting

Can someone help by advising hw to built myself strong on logic building in UNIX shell scripting. I find it very difficult


Sent from my iPhone using Tapatalk
# 2  
Old 10-11-2016
Quote:
Originally Posted by Vijaykannan T
Can someone help by advising hw to built myself strong on logic building in UNIX shell scripting. I find it very difficult
Sent from my iPhone using Tapatalk
Hello VijayKannan,

For sure it is not 1 day task, one should read books, do a lot of practice, tackle the problems in testing as well as real time environments. Do a lot of hard work and try to help people, ask questions to groups/forums(after one has given 200% effort and couldn't able to solve a problem because simply asking questions will not help OP).

One more important thing learning is an infinite loop which will never end, even after expert level knowledge if we are not in sync with technology then soon person may not be an expert in that technology after leaving it's practice after sometime. So keep hard working, practicing, reading, asking questions(after you try your best and couldn't tackle problem), keep helping/guiding people. As I always say:
Quote:
The more we share, the more we learn.
Thanks,
R. Singh
This User Gave Thanks to RavinderSingh13 For This Post:
# 3  
Old 10-11-2016
Any recomandations material for practise n learn as far as shell scripting


Sent from my iPhone using Tapatalk
# 4  
Old 10-11-2016
Quote:
Originally Posted by Vijaykannan T
Any recomandations material for practise n learn as far as shell scripting
Sent from my iPhone using Tapatalk
Hello Vijaykannan T,

You could find many books online, personally I like O'Reilly books. Following are the few books on same. You could start with this forum too, we have a forum named
https://www.unix.com/unix-for-beginne...s-and-answers/
and
https://www.unix.com/unix-for-dummies...s-and-answers/

Where you could learn more about basics of shell scripting.Some few books are as follows, which you could start with.
Learning the bash Shell (2nd or 3rd edition) by Cameron Newham [O'Reilly]
Buy UNIX and Shell Programming Book Online at Low Prices in India | UNIX and Shell Programming Reviews & Ratings - Amazon.in
https://fisnikd.files.wordpress.com/...-scripting.pdf
http://www.tldp.org/LDP/abs/abs-guide.pdf
These are just an example you could search more books and you could learn from these forums too.
Enjoy learning.

Thanks,
R. Singh

Last edited by RavinderSingh13; 10-11-2016 at 07:00 AM..
This User Gave Thanks to RavinderSingh13 For This Post:
# 5  
Old 10-11-2016
I have to mention excellent books by Chris Johnson, you can see great posts by the author in the Shell Scripting forum here. His site have huge number of very useful scripts:
Date functions by Chris F.A. Johnson
This User Gave Thanks to migurus For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX shells script to echo out the date value

I appreciate if someone answer this question for my learning purpose: Given a filename structure of a COUNTRY CODE, file type, date (YYYYMMDD) and two digit attempt number with an extension of ".dat", write a UNIX shells script to echo out the date value. Example: ... (1 Reply)
Discussion started by: shumail
1 Replies

2. Shell Programming and Scripting

UNIX Scripting

Hi Guys, I need your help. I have a file with around 10,000 lines in which i need to get the machine and owner name and paste in the seperate file. I have multiple entries fr machine and owner i need to fetch the data accordingly. File example: command: /data/esb/etl/bods_exported_script... (20 Replies)
Discussion started by: Vinoth Kumar G
20 Replies

3. UNIX for Dummies Questions & Answers

Unix Shell Scripting( Calling from Unix to PLSQL)

Hello Experts, I have the following questions to be discussed here at this esteemed discussion forum. I have two Excel sheets which contain Unix Commands llike creating directory the structure/ftp/Copy/Zip etc to basically create an environment. I need help in understanding some of... (1 Reply)
Discussion started by: faizsaadq
1 Replies

4. Shell Programming and Scripting

"UNIX Shells By Example" CD Files

hello All, I just purchased a used copy of "UNIX Shells by Example" by Ellie Quigley. The CD is not in the back. I googled the world but the files dont seem to be available for download anywhere. Does anyone out there have them. It would be much appreciated if someone can email them to me. ... (1 Reply)
Discussion started by: tag0519
1 Replies

5. UNIX for Dummies Questions & Answers

changing shells in unix (im using putty)

hi. im new here. im taking a UNIX OS class and im in need of some help how do i change my shell in UNIX? for homework i need to edit the tcshrc file (to include aliases) in my home directory but its not there. so i think switching shells will create the file. am i correct? I'm using PuTTy.... (1 Reply)
Discussion started by: alpha_centauri
1 Replies

6. UNIX for Dummies Questions & Answers

How do I know what type of shells are available in my Unix system?

How do I know what type of shells are available in my Unix system? Are there a single command or environment variable that can let me find that out? Best regards, John Chan (7 Replies)
Discussion started by: shuhang2
7 Replies

7. Shell Programming and Scripting

difference between AIX shell scripting and Unix shell scripting.

please give the difference between AIX shell scripting and Unix shell scripting. (2 Replies)
Discussion started by: haroonec
2 Replies

8. Shell Programming and Scripting

Switching shells in UNIX Scripts

Solaris Newbie here to scripting in UNIX/SOLARIS. What I am looking to do is, once the script is executed, switch to /bin/bash shell and continue to execute the script. The problem I run into is once the script switches to the Bash shell, the script stops, and does not execute the... (2 Replies)
Discussion started by: Scoobiez
2 Replies

9. UNIX for Dummies Questions & Answers

Good Unix Shells ?

Hey Guys i am new to Unix and i have downlaoded Cygwin for Windows and deleted it. I was just wondering is there any good shells like that for windows that just as good thanks for your time ][ce (1 Reply)
Discussion started by: IceCold
1 Replies

10. Shell Programming and Scripting

perl as lanuage of shells in unix

hi, do shells in unix understand the language of perl? learning perl will make u a ultimate shell programmer? thanks (6 Replies)
Discussion started by: yls177
6 Replies
Login or Register to Ask a Question