Sponsored Content
Full Discussion: ls -l column headings
Top Forums UNIX for Dummies Questions & Answers ls -l column headings Post 302217130 by psiva_arul on Tuesday 22nd of July 2008 02:59:54 AM
Old 07-22-2008
Hi,

If you want display the second column from the file, we can go for awk command

here is the correct command

ls- l | awk '{ print $2 }'

examaple:

ls -l

-rw-r--r-- 1 raroc raroc 0 2007-10-23 16:05 tt
-rw-r--r-- 1 raroc raroc 22 2008-05-09 21:19 web_orig_20070509 -
-rw-r--r-- 1 raroc raroc 23 2008-05-09 21:16 work -

correct command for retrieve the second column

ls- l | awk '{ print $2 }'

O/P is:
1
1
1


Regards,
MPS
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sed or awk to convert text files with recurring headings to rows and colum

I have many text file reports generated by a Information Assurance tool that I need to get into a .CSV format or Excel tab delimited format. I want to use sed or awk to grab all the information in the sample text file below and create column headings:Risk ID, Risk Level, Category, Description, How... (5 Replies)
Discussion started by: Bjoeboo
5 Replies

2. AIX

split a filename and print to 2 different headings

I need help to split a filename 'a0crk_user:A0-B0123$#%test' into a0crk_user and A0-B0123 and print the output under 2 different columns namely User and Status. for eg. the output should like below: User Status ---- ------ a0crk_user A0-B0123 (3 Replies)
Discussion started by: mbak
3 Replies

3. Shell Programming and Scripting

Using sed (or similar) to rename variable headings

Hello, I'm rather new to the world of regular expressions and sed, though am excited by its possibilities. I have a particular task I'd like to achieve, and have googled the topic quite a bit. However, having found some codes that perform a task very similar to what I'd like to do, I can't for... (2 Replies)
Discussion started by: redseventyseven
2 Replies

4. Shell Programming and Scripting

Changing one column of delimited file column to fixed width column

Hi, Iam new to unix. I have one input file . Input file : ID1~Name1~Place1 ID2~Name2~Place2 ID3~Name3~Place3 I need output such that only first column should change to fixed width column of 15 characters of length. Output File: ID1<<12 spaces>>Name1~Place1 ID2<<12... (5 Replies)
Discussion started by: manneni prakash
5 Replies

5. UNIX for Dummies Questions & Answers

Help needed with adding column headings in syslog report

Hi all, I need your help in adding column headings in the below report. The headings I want are: Count - Host - Message Type The command used to create the report is as follows: for messages in `cat syslog_message_list.txt` do grep $messages syslog.`date +%d%m%y`.log | awk '{print $4 " " "... (4 Replies)
Discussion started by: wthomas
4 Replies

6. Shell Programming and Scripting

Match column 3 in file1 to column 1 in file 2 and replace with column 2 from file2

Match column 3 in file1 to column 1 in file 2 and replace with column 2 from file2 file 1 sample SNDK 80004C101 AT XLNX 983919101 BB NETL 64118B100 BS AMD 007903107 CC KLAC 482480100 DC TER 880770102 KATS ATHR 04743P108 KATS... (7 Replies)
Discussion started by: rydz00
7 Replies

7. UNIX for Dummies Questions & Answers

sort by keeping the headings intact?

Hi all, I have a file with 3 columns separated by space. Each column has a heading. I want to sort according to the values in the 2nd column (ascending order). Ex. Name rank direction goory 0.05 --+ laby 0.0006 --- namy 0.31 -+- ....etc. Output should be Name rank direction laby... (3 Replies)
Discussion started by: Unilearn
3 Replies

8. Shell Programming and Scripting

Remove the headings

HI I am executing faloowing commands. mr batch_1 > my_temp.txt ; mr batch_2 >>my_temp.txt; mr batch_3 >> my_temp.txt; mr batch_4 >> my_temp.txt; and the out put file is as this cat my_temp.txt Machine Name Max Load Current Load Factor O/S Status... (3 Replies)
Discussion started by: ptappeta
3 Replies

9. Shell Programming and Scripting

Difference of the same column when two other column matches and one column differs less than 1 hour

This is my input file : # cat list 20130430121600, cucm, location,76,2 20130430121600,cucm1,location1,76,4 20130430122000,cucm,location,80,8 20130430122000,cucm1,location1,90,8 20130430140000,cucm1,location1,87,11 20130430140000, cucm,location,67,9 This is the required output ... (1 Reply)
Discussion started by: Lakshmikumari
1 Replies

10. Shell Programming and Scripting

Help with awk command on report with headings

Hi all, I have a report that looks like this: ------------------------------------------------- -- AOC - XXXXXXX -- ------------------------------------------------- Thread Last Sequence Received Last Sequence Applied Difference ----------... (12 Replies)
Discussion started by: cougartrace
12 Replies
acctmerg(8)						      System Manager's Manual						       acctmerg(8)

NAME
acctmerg - Merges total-accounting files into an intermediary file or a daily accounting file SYNOPSIS
acctmerg -[ahipv] [specification] -[tu] [file ....] FLAGS
Produces output as ASCII records. Lists column headings. This flag implies -a but is effective with the -p or -v flags. Expects input files to have ASCII records that are converted to binary output records. Lists input but without processing. Produces a single record that contains the totals of all input. Summarizes by user ID rather than by user name. This is convenient when a single user ID is allo- cated to more than one user name. Produces output in ASCII, with more precise notation for floating-point values. DESCRIPTION
The acctmerg command combines process, connect time, fee, disk usage, and queuing (printer) total-accounting records in tacct binary or tacct ASCII format (see the tacct structure in the acct.h file format for a description of this total-accounting format). The acctmerg com- mand writes the results of record processing to standard output. The accounting file produced by the acctmerg command may have entries for as many as 18 columns. Column headings are printed only when you use the -h flag. The following table lists the column headings by number, the column heading by label, and the purpose of the entry: User ID. This is the integer value of the user ID from the /etc/passwd file. User login name. This is the alpha user login name from the /etc/passwd file. Prime-time CPU run time. This is the total time in seconds that prime-time CPU run time was charged to the user during the active accounting period. Nonprime-time CPU run time. This is the total time in seconds that nonprime-time CPU run time was charged to the named user. Prime-time memory K-core. This is a measure of memory usage during prime time. This value expresses the amount of memory used and the elapsed amount of prime time during which it was used (K-core is the product of total CPU time in minutes and mean size of memory used). Nonprime-time memory K-core. This is a measure of memory usage during nonprime time. Prime-time read and write characters. This is the total number of characters transferred during prime-time opera- tion. Nonprime-time read and write characters. This is the total number of characters transferred during nonprime-time operation. Prime- time number of I/O blocks. This is the total number of I/O blocks transferred during prime-time read and write operations. The number of bytes in an I/O block is implementation dependent. Nonprime-time number of I/O blocks. This is the total number of I/O blocks transferred during nonprime-time read and write operations. Prime-time connect duration. This is the total number of prime-time seconds during which a connection existed. Nonprime-time connect duration. This is the total number of nonprime-time seconds during which a connection existed. Disk blocks used. This is the total number of disk blocks used. Number of pages printed. This is the total number of pages queued to any printers in the system. Special fee charge units. This is the number of integer units to charge for any special fee. This value is the one supplied when the /usr/sbin/acct/chargefee command is processed during the active accounting period. Number of processes. This is the total number of processes spawned by the user during the active accounting period. Number of logins. This is the total number of times the user logged in during the active accounting period. Number of disk-accounting samples. This is the total number of times during the active accounting period that the disk-accounting command was used to get the total number of disk blocks listed in the DSK_BLOCKS column. When the value in the DSK_BLOCKS column is divide by this number, the average number of disk blocks used during the accounting period is obtained. Total accounting records are read from standard input and any additional files (up to nine) you specify with the file parameter. File records are merged according to identical keys, usually the user ID and user login name. To optimize processing performance, output is written in binary, unless the -a or -v flag is used. Normally the acctmerg command is called from the runacct shell procedure, either to produce an intermediate file (/var/adm/acct/nite/daytacct, for example) when one or more source accounting files is full, or to merge intermediate files into a cumula- tive total (/var/adm/acct/sum/tacct, is another example). The cumulative total daily files are the source from which the monacct command produces an ASCII monthly summary file, which is written to the /var/adm/acct/fiscal subdirectory. The optional specification parameter allows you to select input or output column entries, as illustrated in Example 1. Field specifications are a comma-separated string of field numbers. Field numbers are referenced in boldface type in the first column of the foregoing list together with their respective column headings. When you specify field numbers they should be listed in the order specified by the bold- faced heading reference numbers. Inclusive field ranges may also be specified, with array sizes properly taken into account except for the ta_name number of characters. For example, -h2-3,11,15-13,2 displays the LOGNAME (2), PRI_CPU (3), PRI_CONNECT time (11), FEES (15), PRINT (14), DISK_BLOCKS (13), and again LOGNAME (2), in that order, with the described column headings (-h). The default specification is to output all 18 columns (1-18 or 1-), which produces rather wide output records that contain all the available accounting data. Queuing system, disk usage, or fee data can be converted into tacct records with the acctmerge command, using the -i flag and the specifi- cation parameter. EXAMPLES
To merge inclusive fields from an ASCII disk-accounting file called dacct into an existing total-accounting file named tacct as binary information, but with entries for fields 1, 2, 13, and 18 only, enter the following line: acctmerg -i 1 -2,13,18 <dacct | acctmerg tacct >output The acctmerg command reads the columnar entries for UID (1), LOGNAME (2), DSK_BLOCKS (13), and DSAMPS (18) from the dacct file as input, merges this information as tacct binary records, and writes the result to standard output as ASCII. To repair file jan2.rpt in inclusive tacct columnar format, enter the following initial command, edit the jan2.tmp file, and then enter the last command: acctmerg -v <jan2.rpt >jan2.tmp Edit jan2.tmp as desired.... acctmerg -i >jan2.tmp >jan2.rpt The first command redirects the content of file jan2.rpt to file jan2.tmp, with ASCII output and floating-point values. After you edit file jan2.tmp, the last command redirects file jan2.tmp as ASCII input to file jan2.rpt as output, with output records in binary. FILES
Specifies the command path. Accounting header files that define formats for writing accounting files. This is where prime time is set. Intermediate daily total-accounting file. Cumulative total-accounting file. RELATED INFORMATION
Commands: acct(8), acctcms(8), acctcom(8), acctcon(8), acctdisk(8), acctprc(8), fwtmp(8), runacct(8), wtmpconvert(8). Functions: acct(2). delim off acctmerg(8)
All times are GMT -4. The time now is 11:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy