Summary: Hi - How can I use awk to take names (i.e. D,Liz W,Frank) listed in one row and display in a column? First and Last Name are seperated by a "," and a ...
Summary: Hi, I have a text file with the data in rows the data file has specfic pattern of rows I need to convert first 3 lines of rows into columns by doing a...
Summary: hello, i have these files they all start from Red now in this file i wanted to grep last row and 5th column number and put that in some other file. i ...
Summary: my file contains data in the following format 1951 1 10 1951 1 20 1951 1 30 1951 1 40 1952 1 12 1952 1 22 1952 1 32 1952 1 42 and so on I want to look...
Summary: hi, sorry for alway post the question, my question is that i want to searh a record in the table. But i don't want to display out the entire row or c...
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. Fi...
Summary: Well, if that row has the proper5 tabs (6 columns), then I don't know, as I am not a heavy excel user. But since those columns are overflowing into t...
Summary: Try using the tput command. tput init move the cursor to row 23, column 4. tput cup 23 4 you can find out more information using man tput. regards ...
Summary: I run rsh through a k shell script. In the middle, if it dies a abnormal death, then "new line" are not working. the stty output is : rows = 24; colum...
Summary: Hi there I have a file containing a matrix of numbers with each column separated by a tab. It looks something like this: 10 5 10 10 5 10 10 10 5 5 5...
Summary: I have a file that will eventually have thousands of rows with 2 columns on each row. The columns are fixed: 1st column has 6 digits, followed by a pi...
Summary: Hello all, I cut specific cell(row=2, column=1) in my excel file and created new file using following script. awk -F"," 'NR ==2 {print $1}' file1.csv...
Summary: hi all i have used a script to split a rows into columns like below: file a 100|22,43,56 101|24,43 into file b 100,22 100,43 100,56 101,24 101,43 the ...
Summary: Hello Everybody!!!!!!!!! Request you to help me with the below mentioned issue: I have 2 files say, File 1: a|4|7 b|3|2 c|8|8 d|8|9 File 2: a|4|6 b|2|...
Summary: I am trying to retrieve a list of directories which have received new files, step through the list and ls for each row to produce a complete list. Wor...
Summary: I need to write a script with kornshell which does this: THE SCRIPT GOES THROUGH A CERTAIN FILE AND SEARCHES FOR ANY ROW THAT CONTAINS THIS SENTENCE: ...
Summary: Does anybody know if it if possible to sort a file excluding the first row (Header) or do I have to tail the remaining rows to another file and then s...
Summary: vi can be thrown by terminal settings. Make sure $TERM, width and height are what they should be. Width and height settings depend a bit on what termi...
Summary: Hello all, I am having this SCSI reset problem. I fell it is with the drive and not the card but I am not sure I get the following from the .osm file...
Summary: I have a directory with a bunch of print jobs that need to have some characters parsed out. I would like to be able to create a script to do this & t...
Summary: All of that works exactly the same on AIX. I suspect what you want is for multiple lines in a row to all be joined (until a semicolon). So using my t...
Summary: Hi, I have a website in dot.net 2.0 + DB Oracle. I am dealing with loading a huge amount of data (select of 100, 000 and more). The problem is that ...
Summary: I need a script to uodate the entries, there are 5 entries per row, the script needs to be able to edit an individuak entry, add/del a whole row. Cons...
Summary: Thanks for the reply! The tmpX files were empty. Ill be more specific with what im doing. The first file i want to extract from has the format $Moment...