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.
Append a file
Name: khanati Date: June 17, 2004 at 07:56:28 Pacific OS: UNIC CPU/Ram: 256
Comment:
I have a file and i want to add some new stuff in the middle of that. How can i do that? Someone help me out. I want to write a script for that. I am using BASH.
I want to add comething from the command line in front of TEST_TARGETS +=
How can i do that.
Thanks for the reply.
Atif
0
Response Number 3
Name: khanati Date: June 17, 2004 at 09:45:49 Pacific
Reply:
One more thing.
there is 'mytest' after TEST_TARGETS +=
i need to delete that in one option and i want to retain that in another, for example if i get 'test1' from command line it should be appeneded so that it becomes TEST_TARGETS += test1 mytest
Summary: i want to open a file automatically (not by using vi) (ex. from another file) insert few characters at say 12th position to 15th position and save it ...
Summary: Hi. I need to write a script to edit a file without using awk or sed. I am given J5: J4 J2: J3 J1: J2 J3 J: J2 J3 J4 And the output should become J5.class: J4.class J2.class: J3.class J1.class: J2.cla...