Search Results

Search: Posts Made By: djahmed
7,270
Posted By djahmed
I was working to make a script in which a little...
I was working to make a script in which a little part involve to clean data on some of the field using another file as a refrence , so what i am thinking is that while awk reading each record i put...
7,270
Posted By djahmed
Sorry i confused u guys, my question is that how...
Sorry i confused u guys, my question is that how i use this for loop in awk , the simple for loop is running but when i try to put it between awk it fails .
for a in `cat any_file`
do
print $a...
7,270
Posted By djahmed
for loop in awk script using ksh
Guys,

I am new in awk , I face problem while i try to use for loop in awk,
I am using ksh, i am trying to set a for loop which runs as man times as the records in a file , the for loop like...
3,028
Posted By djahmed
try this, date | awk ' { print $3,$2,$6,$4 }...
try this,

date | awk ' { print $3,$2,$6,$4 } '
2,979
Posted By djahmed
u can do it with awk awk ' ! /test \\/ '...
u can do it with awk

awk ' ! /test \\/ ' <ur file>
7,241
Posted By djahmed
how to extract data from tape.
i have try tar -xvf command but it returns following error.

tar: 0511-164 There is a media read or write block size error

i have also try to copy data from tape to disk uisng tcopy command , it...
Showing results 1 to 6 of 6

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