Search Results

Search: Posts Made By: Juhi Kashyap
1,159
Posted By Juhi Kashyap
thanx Corona688 :):) ---------- Post updated...
thanx Corona688 :):)

---------- Post updated at 08:53 AM ---------- Previous update was at 08:53 AM ----------

i need one more help? can anyone please help?
1,159
Posted By Juhi Kashyap
Problem getting the required output
I need a Korn shell script which does the folllowing:-

If there is one "|" (pipe) delimited file so, the script should check the 5th field to be blank or not. if it is a blank tht entire line of...
1,413
Posted By Juhi Kashyap
Wat if the file is '|' (pipe) delimited and 5th...
Wat if the file is '|' (pipe) delimited and 5th field is to be checked for empty string and if it is found to be empty the whole data is to be pushed to another file?
1,413
Posted By Juhi Kashyap
kornshell using awk will be fine i have tried ...
kornshell using awk will be fine
i have tried

---------- Post updated at 07:55 AM ---------- Previous update was at 07:54 AM ----------

#!/bin/sh
i=1
cat file1 | while read line
do...
1,413
Posted By Juhi Kashyap
Korn shell script required
Want a Korn shell script which reads the records in a file and at a specific position it is to be checked whether tht is blank.
eg-

dhgadjhkwdkwyuywu< blank spaces for 8 chrs >gdwyduyweeduy...
1,867
Posted By Juhi Kashyap
Want a Korn shell script which reads the records...
Want a Korn shell script which reads the records in a file and at a specific position it is to be checked whether tht is blank.
eg-

dhgadjhkwdkwyuywu gdwyduyweeduy
xvgjdwtdjtwktdtwtdt ...
1,867
Posted By Juhi Kashyap
Help needed in Korn Shell scripting
#! /bin/ksh

while read line
do
if [[ ${#line} -lt 45 ]] ; then
echo "no data"
continue;
fi
echo "performing operation on $line"
done < prg.txt
Showing results 1 to 7 of 7

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