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.
Single File to Many
Name: 18dreams Date: August 11, 2005 at 05:59:17 Pacific OS: Solaris CPU/Ram: na
Comment:
Is there a way (sed, awk or other) to convert a file into several files using a pagebreak or other string to be used as the separator. Example - to convert a file into several files by using 3 blank lines as the delimiter, and having the files named temp.1, temp.2, temp.3 etc. I could use a loop, but that take such a long time to run through.
Summary: Hi I would like to insert a line to many files in a directory : for example: abc has to be inserted to files harry.pf barry.pf tom.pf The common denominator for these files are the "*.pf" I need to in...
Summary: Hi, I have installed sun solaris on my pc and try to configure it, but to be honest i do not have no clue about unix. I created some alias which works and put some new variables in my env like alias ...
Summary: Hey guys, I need some help with some unix stuff. I have two files. One is a script and the other is a config file. The script has to use the variables from the config file to operate. For exampl...