Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
cut problem
Name: abby Date: July 18, 2002 at 15:17:55 Pacific
Comment:
Hi all, I am trying to cut the last field in myPath=/home/aby/asdf/newDir
I want to sprune it to myDir=/home/aby/asdf and assign "temp=newDir"
Wondering if cut can do it or is there a better way thru' awk. Thanks, abby
Summary: Hi all, I'm creating a script to try and generate large volumes of test data. Now, the problem is that its not the most efficient, I've used mainly ksh to do this. My test data needs to include some u...
Summary: hello, please help. i use this command (ls dirA |cut -d. -f1 |uniq) to do listing on a list of files under dirA. files name example: A20010101.1 A20010101.2 A20010102.1 A20010103.1 then, my command gi...
Summary: Here's an interesting scenario. I need to extract rows from a file, File1 that matched certain columns in File2. File1 has data separated by comma. File2 has data separated by comma. Let's say column ...