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 gkittelson 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: *

  1. buckpasser

    using the alias command in a bash window

    Gloups, Thanks, that did the job.
  2. 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
  3. buckpasser

    Script using the cut command

    Feherke, Good idea. Worked great! Thanks
  4. 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...
  5. buckpasser

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

    PHV, Thanks for the script. Worked great. Thanks again.
  6. buckpasser

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

    PHV, I would like to place that command line into a script called join-grp.awk. What would the script look like. Thanks Buckpasser
  7. buckpasser

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

    PHV, Thanks, worked great!
  8. 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...
  9. buckpasser

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

    Hi PHV, Every good, that did the trick. Thanks
  10. buckpasser

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

    Hi Feherke, The Keywords are fixed but different. Hence Keyword A and Keywork B. Basically I want to grab the lines that contain Keyword A and follow with the range of lines starting with #Keyword B to the BLANK LINE. Hope this helps. Thanks
  11. buckpasser

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

    Hi feherke Sections are delimited by a BLANK LINE. Keywords are fixed. Thanks
  12. 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...
  13. buckpasser

    grep all lines between certain lines

    Thanks, that was a big help!
  14. 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
  15. buckpasser

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

    Thanks so much. Worked great!
  16. 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...
  17. 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
  18. buckpasser

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

    Worked great! Thanks so much.
  19. 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"...
  20. 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.

Part and Inventory Search

Back
Top