The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Cut Command Help Please
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Cut Command Help Please
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
11-17-2008
yongitz
Registered User
Join Date: Apr 2008
Location: Philippines
Posts: 68
If you want only the 1st column(AuctionID) then I guess the code below should work
Code:
grep -v AuctionID ebay_sort.dat|cut -d"," -f1|sort -u > acution_list.dat
It will output the 1st column minus the "AuctionID". Hope that helps.
yongitz
View Public Profile
Find all posts by yongitz
Find yongitz's past nominations received
Find yongitz's present nominations given