Sponsored Content
Full Discussion: appending a file
Top Forums UNIX for Dummies Questions & Answers appending a file Post 2597 by chumba on Wednesday 23rd of May 2001 07:30:27 PM
Old 05-23-2001
Question

How do I append a header.txt file to files that start with xxx_*.? There are 20 different files that start with xxx_*.

Thanks
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Appending out to a file

Hi, once again - Ok here it is: a).I used the touch command to create a file (touch directory.list) b).I then added this line: - date '+The date is %a %h %d, %Y %nIt is %I:%M %p' > directory.list -So that this date function would go at the top of my script c).Now I want to display a... (1 Reply)
Discussion started by: Astudent
1 Replies

2. Shell Programming and Scripting

Reading specific contents from a file and appending it to another file

Hi, I need to write a shell script (ksh) to read contents starting at a specific location from one file and append the contents at specific location in another file. Please find below the contents of the source file that I need to read the contents from, File 1 -----# more... (5 Replies)
Discussion started by: dnicky
5 Replies

3. Shell Programming and Scripting

appending to sed output of one file into the middle of file

hi, i have a file file1 file2 ----------- ----------------- aa bbb ccc 111 1111 1111 ddd eee fff 222 3333 4444 ggg hhh... (5 Replies)
Discussion started by: go4desperado
5 Replies

4. Shell Programming and Scripting

Appending in a file

Hi, I have file named Ex.txt which has the contents like this- <FndManagers> Mng={{PID|8819|LB}|75.000000|75.000000} Mng={{PID|25069|ML}|25.000000|0.000000} Mng={{PID|6034033|ML}|0.000000|25.000000} </FndManagers> I have a code which searches for the number 8819 and appends with the... (1 Reply)
Discussion started by: vinay123
1 Replies

5. Shell Programming and Scripting

searching a log file and appending to a .txt file

I'm new to shell scripting and am writing a script to help me log the free memory and hd space on a server. As of now, the script just runs 'df -h' and appends the output to a file and then runs 'top' and appends the output to a log file. What I want to do, is have the script also search the... (3 Replies)
Discussion started by: enator45
3 Replies

6. Shell Programming and Scripting

appending the count of line in each file at head of each file

hello everybody, I have some files in directory.each file contain some data. my requirement is add the count of each line of file in head of each file. any advice !!!!!!!! (4 Replies)
Discussion started by: abhigrkist
4 Replies

7. Shell Programming and Scripting

Appending number of lines in the file to begining of the file

I am having 6 files named file1,file2....file6 and i need to append number of lines in each file to begining of the file. For example, If file 1 contains a b c d then after adding new line file1 should contain 4 a b c d Thanks in advance. (2 Replies)
Discussion started by: akhay_ms
2 Replies

8. Shell Programming and Scripting

Removing part of a file name and appending into a single file

I have two files like ABC_DEF_yyyyymmdd_hhmiss_XXX.txt and ABC_DEF_yyyyymmdd_hhmiss_YYY.txt. The date part is going to be changing everytime. How do i remove this date part of the file and create a single file like ABC_DEF_XXX.txt. (8 Replies)
Discussion started by: varlax
8 Replies

9. Shell Programming and Scripting

Appending to file with new ID

I have a file that looks like this: 1|A 2|B 3|C ... ... 100|A I would like to take the last line in the file and add +1 to the number so the output looks like this 1|A (4 Replies)
Discussion started by: BeefStu
4 Replies

10. Shell Programming and Scripting

Appending content of a file to another file before a specific character

Hi there, i've got a file with this content $ cat file1 Matt Mar The other file has the same number of lines with this content: $ cat file2 20404=767294 23450=32427 is there a way with either using sed, awk or paste to insert the content of file1 before the "=" character? So... (3 Replies)
Discussion started by: nms
3 Replies
trjcat(1)					 GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c					 trjcat(1)

NAME
trjcat - concatenates trajectory files VERSION 4.5.4-dev-20110404-bc5695c SYNOPSIS
trjcat -f traj.xtc -o trajout.xtc -n index.ndx -demux remd.xvg -[no]h -[no]version -nice int -tu enum -xvg enum -b time -e time -dt time -prec int -[no]vel -[no]settime -[no]sort -[no]keeplast -[no]overwrite -[no]cat DESCRIPTION
trjcat concatenates several input trajectory files in sorted order. In case of double time frames the one in the later file is used. By specifying -settime you will be asked for the start time of each file. The input files are taken from the command line, such that a com- mand like trjcat -f *.trr -o fixed.trr should do the trick. Using -cat, you can simply paste several files together without removal of frames with identical time stamps. One important option is inferred when the output file is amongst the input files. In that case that particular file will be appended to which implies you do not need to store double the amount of data. Obviously the file to append to has to be the one with lowest starting time since one can only append at the end of a file. If the -demux option is given, the N trajectories that are read, are written in another order as specified in the .xvg file. The .xvg file should contain something like: 0 0 1 2 3 4 5 2 1 0 2 3 5 4 Where the first number is the time, and subsequent numbers point to trajectory indices. The frames corresponding to the numbers present at the first line are collected into the output trajectory. If the number of frames in the trajectory does not match that in the .xvg file then the program tries to be smart. Beware. FILES
-f traj.xtc Input, Mult. Trajectory: xtc trr trj gro g96 pdb cpt -o trajout.xtc Output, Mult. Trajectory: xtc trr trj gro g96 pdb -n index.ndx Input, Opt. Index file -demux remd.xvg Input, Opt. xvgr/xmgr file OTHER OPTIONS
-[no]hno Print help info and quit -[no]versionno Print version info and quit -nice int 19 Set the nicelevel -tu enum ps Time unit: fs, ps, ns, us, ms or s -xvg enum xmgrace xvg plot formatting: xmgrace, xmgr or none -b time -1 First time to use (ps) -e time -1 Last time to use (ps) -dt time 0 Only write frame when t MOD dt = first time (ps) -prec int 3 Precision for .xtc and .gro writing in number of decimal places -[no]velyes Read and write velocities if possible -[no]settimeno Change starting time interactively -[no]sortyes Sort trajectory files (not frames) -[no]keeplastno Keep overlapping frames at end of trajectory -[no]overwriteno Overwrite overlapping frames during appending -[no]catno Do not discard double time frames SEE ALSO
gromacs(7) More information about GROMACS is available at <http://www.gromacs.org/>. Mon 4 Apr 2011 trjcat(1)
All times are GMT -4. The time now is 06:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy