Search Results

Search: Posts Made By: DK2014
909
Posted By DK2014
Use of -r, grep, nawk in script
Hello Friends,

I am new to unix shell, need to understand the meaning of few cmds in below script,

#!/usr/bin/ksh
FTP_FILE_NAME="$1"

if [ -r $FTP_FILE_NAME ]
then
grep "TRLR@@@@@@"...
18,186
Posted By DK2014
Thanks a lot bakunin. This definitely helps...
Thanks a lot bakunin.

This definitely helps :)

---------- Post updated at 11:13 AM ---------- Previous update was at 02:36 AM ----------

Hi bakunin,

Can you help me in understanding the...
18,186
Posted By DK2014
Hi bakunin, Thanks a lot for your guidance &...
Hi bakunin,

Thanks a lot for your guidance & explanation.

I have about 20 script files & all of them begins with "#!/usr/bin/ksh", this means its "The Korn shell".

I don't have access to the...
18,186
Posted By DK2014
Hello bakunin, Thanks for the detail...
Hello bakunin,

Thanks for the detail explanation. This does help me in understanding.

Actually we are migrating our projects from unix server to windows 2008 server, so there are few scripts...
18,186
Posted By DK2014
Meaning of script with echo, -d, -f1, -f2
Hello Friends,

I am a new learner of Unix & need to understand below script as start up,

Can anyone explain the meaning of each line listed below.

Thanks for your time.
#!/usr/bin/ksh...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 11:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy