Search Results

Search: Posts Made By: 3sparky
3,140
Posted By vgersh99
one way: echo '323 => 1111,Terry berry...
one way:

echo '323 => 1111,Terry berry home,,,sdfoijdsfiovjfdv' | awk -F'[, ]' '{print $1, $4, $5}'
3,140
Posted By Aia
awk -F'[ ,]' '{print $1,$4,$5}' 3sparky.file ...
awk -F'[ ,]' '{print $1,$4,$5}' 3sparky.file
Output:
323 Terry berry
567 dim tim
Showing results 1 to 2 of 2

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