Search Results

Search: Posts Made By: darshanw
4,065
Posted By darshanw
For the second option from malcom: I am gettign...
For the second option from malcom: I am gettign awk error
awk: record `100|1||0001|296292323...' has too many fields -- I have 3350 columns in each line separated by delimiter.
Any way the awk...
4,065
Posted By darshanw
Editing 1st or nth column
Hi,

I have a file whick is pipe delimited :

100| alpha| tabgo|watch| |||| 444444
| alpha| tabgo|watch| |||| 444444
| sweden |tabgo|watch| |||| 444444
| US| tabgo|watch| |||| 444444...
2,002
Posted By darshanw
Large volume file formatting
Hi,
I have a file which is around 193 gb in size. This file has tonnes of spaces and I need to sanitize it.
I tried to use awk script to split this file but it gave me an error like line to long......
1,430
Posted By darshanw
Stumbled and dubmled --- I found a solution #...
Stumbled and dubmled --- I found a solution
# Usage of awk for file creation
awk 'NR>='"$1"' && NR<='"$2"' {print; } NR>'"$2"' {exit}' $3 >> $4
echo "` date "+%F_%T" | tr -d ' '` DD-File created...
1,430
Posted By darshanw
Maybe a dumb question: The script which is...
Maybe a dumb question:
The script which is using SED is inside another shell script, how to pass the "q" so that SED stops after the relevant line?

Secondly, I tried the AWK as well, but it...
1,430
Posted By darshanw
Playing with Volume of data
Quick problem statement:
How to read/extract data from a big-big file.

Details:
We are having a big big problemo in the work we are working at. We are using solaris plarform E25.
There is a...
Showing results 1 to 6 of 6

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