Sponsored Content
Full Discussion: Unix file redirect problems
Top Forums Shell Programming and Scripting Unix file redirect problems Post 302420037 by anbu23 on Monday 10th of May 2010 11:38:38 AM
Old 05-10-2010
Code:
ls -lrt tpa* > x.xls 2>/dev/null
if [ $? -eq 2 ]; then echo "No jobs available which starts with tpa*"; fi

This User Gave Thanks to anbu23 For This Post:
 

10 More Discussions You Might Find Interesting

1. HP-UX

How to Redirect the error messages from Syslog file to our own Application Log File

Hello, I am New to Unix. I am Using HP-UX 9000 Series for my Application. I am Currently Facing an Issue that the error messages are being written in the syslog file instead of the Application Log File. The Codes for that Syslog.h is written in Pro*C. I want to know how to Redirect these... (3 Replies)
Discussion started by: balasubramaniam
3 Replies

2. HP-UX

how to redirect the growing contents of log file to another file in unix

how to redirect the growing contents of log file to another file in unix (2 Replies)
Discussion started by: megh
2 Replies

3. Shell Programming and Scripting

How to redirect value from sql select statment to unix variable

Hi, I need to get the value from the table using the sql command and store this value into the unix variable so that i can use this value for furthure use.. Please can any body help me in this regards Thanks & Regards Abdul Hafeez Shaik (17 Replies)
Discussion started by: abdulhafeez
17 Replies

4. Shell Programming and Scripting

Call and redirect output of Oracle stored procedure from unix script

Hi, Can you assist me in how to redirect the output of oracle stored procedure from unix script? Something similar to what i did for sybase isql -U$MYDBLOG -D$MYDBNAME -S$MYDBSVR -P$MYDBPWD -o$MYFILE<< %% proc_my_test 8 go %% Thanks in advance - jak (0 Replies)
Discussion started by: jakSun8
0 Replies

5. Shell Programming and Scripting

ksh- redirect stderr to file and then modify the file

I have the following: remsh $host -n 2>>syslog_issue_list.txt grep -i -e "EMS" -e "error" -e "warning" -e "excessive" /var/adm/syslog/syslog.log | awk /"$DATE1"/ | awk -vhost="$host" '!/remsh|telnetd/{print host "\n", $0 >> "syslog_issue_list.txt"}' I am creating a health script that has... (4 Replies)
Discussion started by: chipblah84
4 Replies

6. UNIX for Dummies Questions & Answers

STDOUT redirect to file and format problems

Hi All, I am using centOS. When I try to redirect STDOUT to a file, it ends up in getting some funny characters. For example ... STDOUT of the command as follows. $ ls H3k27me3 H3k36me3 H3k4me1 H3k4me2 H3k4me3 H3k9ac H4k20me1 $ ls >test $ cat test ^ (1 Reply)
Discussion started by: Chulamakuri
1 Replies

7. Shell Programming and Scripting

Redirect output from SQL to unix variable

Hi, I have a requirement to store oracle sqlplus output to some unix variable, count the records and then print the output on the screen. Can you please point me to any sample program for reference purpose. Thanks a lot for your time. (0 Replies)
Discussion started by: bhupinder08
0 Replies

8. Shell Programming and Scripting

Read file from input and redirect to output file

Hi , i am having an file which contains 5 file_name data, i need to read the file name and will perform certain operation and generate out file names with named as 5 individual file_names for eg: file.txt contains file_name1.txt|hai file_name2.txt|bye file_name3.txt|how... (3 Replies)
Discussion started by: rohit_shinez
3 Replies

9. UNIX for Dummies Questions & Answers

Redirect to a file

Hi, Is there a way to redirect the output of a set of commands to a file instead of using << at every command in bash shell. For eg (echo hostname echo "Comparing 2 files" comm -3 file1 file2) >>file3 (3 Replies)
Discussion started by: Rossdba
3 Replies

10. Programming

C, UNIX: How to redirect 'stdout' to a file from a C code?

I am looking for a way to redirect standard output to a file from a C-code; so, any 'cout<<..' or 'printf(...)' will be written into a file. I have a server source that I need to debug. That program called by RPC (remote procedure call) and has no any session to print out anything. I have... (3 Replies)
Discussion started by: alex_5161
3 Replies
gmxdump(1)					 GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c					gmxdump(1)

NAME
gmxdump - makes binary files human readable VERSION 4.5.4-dev-20110404-bc5695c SYNOPSIS
gmxdump -s topol.tpr -f traj.xtc -e ener.edr -cp state.cpt -p topol.top -mtx hessian.mtx -om grompp.mdp -[no]h -[no]version -nice int -[no]nr -[no]sys DESCRIPTION
gmxdump reads a run input file ( .tpa/ .tpr/ .tpb), a trajectory ( .trj/ .trr/ .xtc), an energy file ( .ene/ .edr), or a checkpoint file ( .cpt) and prints that to standard output in a readable format. This program is essential for checking your run input file in case of prob- lems. The program can also preprocess a topology to help finding problems. Note that currently setting GMXLIB is the only way to customize directories used for searching include files. FILES
-s topol.tpr Input, Opt. Run input file: tpr tpb tpa -f traj.xtc Input, Opt. Trajectory: xtc trr trj gro g96 pdb cpt -e ener.edr Input, Opt. Energy file -cp state.cpt Input, Opt. Checkpoint file -p topol.top Input, Opt. Topology file -mtx hessian.mtx Input, Opt. Hessian matrix -om grompp.mdp Output, Opt. grompp input file with MD parameters OTHER OPTIONS
-[no]hno Print help info and quit -[no]versionno Print version info and quit -nice int 0 Set the nicelevel -[no]nryes Show index numbers in output (leaving them out makes comparison easier, but creates a useless topology) -[no]sysno List the atoms and bonded interactions for the whole system instead of for each molecule type SEE ALSO
gromacs(7) More information about GROMACS is available at <http://www.gromacs.org/>. Mon 4 Apr 2011 gmxdump(1)
All times are GMT -4. The time now is 07:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy