
April 22nd, 2002, 06:01 AM
|
|
Junior Member
|
|
Join Date: Apr 2002
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
*CUT* command (Need Help Please!)
I have a txt file with over 5,000 names for example one of the names is :
Jenna Jameson
I made a text file with all these names deliminated by `:` so it looks like this :
Jenna:Jameson
Well I've successfully used the CUT command for the first time to grab all the last names, but how would I go about sending the output to a text file called CO.TXT within the same DIR as CN.TXT (Which contains all the names).
Here is the command I'm using :
CUT -f2 -d: cn.txt
Would appreciate a quick response, thank you kindly for reading this!
-Dr.Dreidle

|