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
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...
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...
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
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...
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
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...
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
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"...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.