![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| for loop not working - syntax error at line 6: `end of file' unexpected | debojyoty | Shell Programming and Scripting | 3 | 04-13-2009 10:31 AM |
| If then else loop not working | findprakash | UNIX for Dummies Questions & Answers | 2 | 05-25-2008 01:43 AM |
| if loop is not working | ranga27 | Shell Programming and Scripting | 3 | 09-16-2007 01:19 PM |
| how to get the similar function in while loop or for loop | trynew | Shell Programming and Scripting | 3 | 06-17-2002 12:09 PM |
| Loop not working | nitin | Shell Programming and Scripting | 2 | 11-07-2001 07:55 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Could some one help me on this... For loop is working...!
for x in $i do for y in $j do z=`echo $y | awk '{print $2}'` if [ "$x" = "$z" ] then FS=`/usr/bin/echo $y` echo $FS >>$Basic_location/out.csv fi done CPRT="Cpoyright @ BTOIDCIM" done I will say what i am trying to get the output...! I am searching for a specific mountmoint...? don't say that can use this simple option df -k <mountpoint> If the requred mountpoint is notmounted! then i will get the o/p for root mount point...! Please some one help me....? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|