Sponsored Content
Full Discussion: Print first output
Top Forums Shell Programming and Scripting Print first output Post 302524681 by LiorAmitai on Tuesday 24th of May 2011 07:41:37 AM
Old 05-24-2011
this prints the all valus and not only the first one.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How do i print this output all on the same line?

I have this simple script which gives info on HBA ports. How do i get it all to print on the same line? !#/bin/ksh TMP_INFOFILE=/tmp/tmpfile if ; then rm -f $TMP_INFOFILE touch $TMP_INFOFILE fi PORT_INFOFILE=/tmp/aa if ; then rm -f $PORT_INFOFILE ... (1 Reply)
Discussion started by: rcon1
1 Replies

2. Shell Programming and Scripting

using perl or awk to print output

suppose u have file File A A -> G C->D A -> R P->A File B A=1 C=2 D=3 E=4 F=5 G=6 H=7 I=8 K=9 L=10 M=11 (5 Replies)
Discussion started by: cdfd123
5 Replies

3. UNIX for Dummies Questions & Answers

awk {print $NF} output??

Hi, I am trying to debug an old script and have found the problem lies within this function: isIdoc() { # validate the file type fileType=`file $1 | awk '{print $NF}'` && echo 0 || echo 1 } My question is, how can I determine what is in the variable $fileType ? The program is... (1 Reply)
Discussion started by: vervette
1 Replies

4. Shell Programming and Scripting

du to print some of output

The output of du -b file* | awk '{print $1}' is: 1501090 1500538 I want the result to be a sum of this column. ie the o/p should be 3001628 Any idea? (3 Replies)
Discussion started by: xs2punit
3 Replies

5. Shell Programming and Scripting

print an output

A txt file is having the columns like this TABLENAME COLUMNS DATATYPE TAB1 COL1 INTEGER COL2 INTEGER COL3 INTEGER COL4 ... (5 Replies)
Discussion started by: rocking77
5 Replies

6. Shell Programming and Scripting

filtering print output

I have these data below and i want my output to print only the 3rd files. For example, in /opt/home/nyfix/.k5login, i want to print only "nyfix". /opt/home/nyfix/.k5login /opt/home/security/.k5login /opt/home/noc/.k5login what is the appropriate command in shell scripting ? (2 Replies)
Discussion started by: linuxgeek
2 Replies

7. Shell Programming and Scripting

Awk script to run a sql and print the output to an output file

Hi All, I have around 900 Select Sql's which I would like to run in an awk script and print the output of those sql's in an txt file. Can you anyone pls let me know how do I do it and execute the awk script? Thanks. (4 Replies)
Discussion started by: adept
4 Replies

8. UNIX for Dummies Questions & Answers

Any awk one liner to print df output?

Hi, OS = Solaris Can anyone advise if there is a one liner to print specific output from a df -k output? Running df from a command line, it sometimes gives me 2 lines for some volume. By re-directing the output to a file, it always gives 1 line for each. Below is an example output,... (4 Replies)
Discussion started by: newbie_01
4 Replies

9. Programming

Print only some strings from an output

Hi, Here is an example: I have a grep line: grep -i -r -H "$WORD" "$DIRECTORY"with an output like this: /media/dir/dir2//dir4/file.txt:/media/dir/dir2/dir3/file_16072008/es6.txt: "content of the file found from grep"/media/dir/dir2/dir3/dir4/file3.txt:/media/dir/dir2/dir3//file.txt:"other... (3 Replies)
Discussion started by: Hornys
3 Replies

10. Shell Programming and Scripting

Print output as columns

Normal grep is not working to get the output. Sample Input: newjob: abc command name: a=b+c newjob: bbc command name: c=r+v newjob:ddc newjob:kkc command name: c=l+g newjob:mdc newjob:ldc newjob:kjc command name: u=dl+g newjob:lkdc newjob:lksdc command name: o=udl+g (6 Replies)
Discussion started by: onesuri
6 Replies
CNFSSTAT(8)						      System Manager's Manual						       CNFSSTAT(8)

NAME
cnfsstat - show usage of cycbuffs SYNOPSIS
cnfsstat [ -a ] [ -c CLASS ] [ -h ] [ -l [ seconds ] ] [ -m BUFFER ] [ -P ] [ -p ] [ -s ] DESCRIPTION
Cnfsstat reads <pathetc in inn.conf>/cycbuff.conf and <pathetc in inn.conf>/storage.conf to read which cycbuff is available and read speci- fied cycbuffs and shows the usage of them. Cnfsstat can be invoked from rc.news(8), if <docnfsstat in inn.conf> is ``true'', and the result is written to syslog(3). OPTIONS
-a Cnfsstat prints also the age of the oldest article in the cycbuff. -c CLASS Cnfsstat prints for the specified class. -h Cnfsstat prints usage information. -l [ seconds ] Cnfsstat never exits unless there is an error, and prints the snapshot every seconds. The default interval is 600 seconds. -m Cnfsstat prints out information suitable for mrtg. -P Cnfsstat writes PID into <pathrun in inn.conf>/cnfsstat.pid. -p Cnfsstat prints out an mrtg config file. -s Cnfsstat prints the result to syslog(3). HISTORY
Written by Katsuhiro Kondou <kondou@nec.co.jp> for InterNetNews. This is revision 1.4.2.2, dated 2002/09/01. SEE ALSO
cycbuff.conf(5), inn.conf(5), storage.conf(5). CNFSSTAT(8)
All times are GMT -4. The time now is 09:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy