Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: buckpasser
  • Content: Threads
  • Order by date
  1. buckpasser

    using the alias command in a bash window

    Folks, I would like to use the alias command in a bash window. Problem, when I exit the bash window, the command line assigned to alias is lost. Is there a way of saving the command even after exiting the bash window? Thanks
  2. buckpasser

    Script using the cut command

    Folks, I have a large data file that I cut data out of using the following cut command line. cut -f 1-3,6,7,11,12,28,33,43-45,62,64,97-101,210,211,217,224,286,316,326,346,556,616,846,1181 -d ',' filename.txt >> newfile.txt Rather than retyping the command over and over again, I would like to...
  3. buckpasser

    Join a group of lines that are sperated by a blank line

    Folks, I would like to join a group of lines that are seperated by a blank line, so that the data continues to be coma delimited. ===============input============================ 1st 8.0F,Dirt,Md Sp Wt,$42000,3UPyo 7 Bonanza Two,Gomez,Sadler 3.50 49.9 159.5 34.5 16.4 51.1 17.5 328.8 Y Y...
  4. buckpasser

    I would like to save certain lines of a file to another file.

    Folks, I would like to save (parse out) certain lines of a file and save them to another file. ==================INPUT====================== --Garbage Lines-- --Keyword A------ --Garbage Lines-- #Keyword B ------ --Save Lines-------- --Save Lines-------- --Garbage Lines-- --Keyword...
  5. buckpasser

    grep all lines between certain lines

    Folks, I would like to grep a file such that lines between certain lines are saved to a file. For instance, grep/save lines between lines starting with "#" and lines starting with ":" Thanks
  6. buckpasser

    Move first line of a file to the beginning of all lines of the file.

    I would like to move the first line of a file to the beginning of every line in the file. ============INPUT=================== Belmont,8-Oct, 1st,6.0F,-->More data fields 1st,6.0F,-->More data fields 1st,6.0F,-->More data fields 1st,6.0F,-->More data fields 1st,6.0F,-->More data fields...
  7. buckpasser

    win98 for dell notebook

    Folks, I need to reload win98 on my dell notebook. Unfortunately I no longer have the win98 disc. Dell was no help. Where can I get another win98 disc? Thanks
  8. buckpasser

    Join lines of a text file so that data is comma delimited

    I have a large text file where I want to join every 1435 lines together seperating each field with a comma. Input looks like this: =======================Input================== "Record1 Field1" "Record1 Field2" | | "Record1 Field1435" "Record2 Field1" "Record2 Field2"...
  9. buckpasser

    Globally save X number of Excel files as CSV files.

    Folks, I have a bunch of HTML Documents, that contain Excel spread sheets, that I want to GLOBALLY Save As CSV (comma delimited) files. I do not want to individually open each file with Excel and Save As CSV (comma delimited) file.
  10. buckpasser

    Print record numbers within a group.

    I would like to add a record number field to a data file that gives/prints the record number within a group. ==============INPUT============ 1st,6.0F,--->More data fields 1st,6.0F,--->More data fields 1st,6.0F,--->More data fields 1st,6.0F,--->More data fields 1st,6.0F,--->More data fields...
  11. buckpasser

    Join the first line in a group to the beginning of each line in grp.

    I need to join the first line/record in a group, ie. line beginning with 1st, 2nd, 3rd and up,(note: two fields)- to each of the lines/records below it. Fields are delimited by a ",". Input looks like this: =====================INPUT=============================== 1st,6.0F (Dirt) Clm 10000...

Part and Inventory Search

Back
Top