Change the display format for ls -l command in AIX

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support Change the display format for ls -l command in AIX
# 15  
Old 06-14-2011
Thank You all
# 16  
Old 06-22-2011
Try using the GNU ls in /opt/freeware/bin (if you have it installed)
If it is fine, make sure /opt/freeware/bin is ahead of /usr/bin in your PATH
# 17  
Old 06-23-2011
Hi,

In this last column, I need to subtract the number 006 ( for which * symbol is showing )
from 0010. i.e., 10 - 6 arithmetic operation. How to subtract the numbers in a column
? Can you please advise ?

017E Not Visible (M) 0 00 005
- AVAILABLE 0 00 006 *
033F Not Visible 0 00 010
0340 Not Visible 0 00 011
0341 Not Visible 0 00 012
0342 Not Visible 0 00 013
0343 Not Visible 0 00 014
0344 Not Visible 0 00 015
0345 Not Visible 0 00 016
0346 Not Visible 0 00 017
0347 Not Visible 0 00 018
0348 Not Visible 0 00 019
0349 Not Visible 0 00 01A
034A Not Visible 0 00 01B
# 18  
Old 06-23-2011
Hi, prakashrao2011.
Quote:
Originally Posted by prakashrao2011
Hi, ...
Welcome to the forum.

You will probably get more answers if your question is in a new thread rather than being appended to an existing, unrelated thread as it is now.

Best wishes ... cheers, drl

( Edit 2: minor typo )

Last edited by drl; 06-26-2011 at 09:23 AM..
# 19  
Old 06-23-2011
Yes, outside emergency, new chains are free.
# 20  
Old 06-26-2011
Hi
you can modify the display of ls -l with the help of awk command. please try

thanks
# 21  
Old 06-27-2011
Write your own in PERL, no reformatting necessary, very portable:
File::stat - perldoc.perl.org
File::stat - search.cpan.org
IO:Smilieirent - search.cpan.org
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to change the format of an Excel from exponential to text through UNIX command?

How to change the format of an excel from exponential to text through UNIX command We have a pipe delimited file in which one particular A column is a combination of number+text and while converting into excel using tr command it is generating a exponential data for the A column. Kindly... (2 Replies)
Discussion started by: AbiramiRaja
2 Replies

2. UNIX for Dummies Questions & Answers

Date format change in AIX

Hi I have a date format in a variable as Apr 7 03:35:59 EDT 2016. how do i change it to 04/07/2016 03:35:59 EDT format (5 Replies)
Discussion started by: sushma123
5 Replies

3. Solaris

Solaris 10 Sparc. How to change Vendor info of SAN disks reported in "format" command?

Greetings! After block level migration using an external appliance, the luns are getting reported as DGC-RAID5 and these luns are infact from the new storage. I have a query on changing the device Vendor info from DGC-RAID5 to HP3par in the format o/p only. AVAILABLE DISK SELECTIONS: ... (3 Replies)
Discussion started by: n_Bhaskar
3 Replies

4. Shell Programming and Scripting

Display date in mm/dd/yy format in sed command

Hi All, Following is my issue. $MAIL_DOC = test.txt test.txt contains the following text . This process was executed in the %INSTANCE% instance on %RUNDATE%. I am trying to execute the following script var=`echo $ORACLE_SID | tr ` NOW=$(date +"%D") sed -e... (3 Replies)
Discussion started by: megha2525
3 Replies

5. AIX

Change AIX display resolution ?

Hello, Running X on AIX local display - want to change resolution. On Linux for example I used xrandr. ? thanks Vilius (1 Reply)
Discussion started by: vilius
1 Replies

6. Shell Programming and Scripting

How to change date format in 'last' command?

hi.. i am new to here. can anybody tell me how can we change the date format in the 'last' command. EX- on running last command i am getting -- rruat pts/12 172.18.40.101 Tue May 3 12:59 still logged in rruat pts/10 blr2-3f-239.asco Tue May 3 12:59 - 13:09 ... (2 Replies)
Discussion started by: thearpit
2 Replies

7. Shell Programming and Scripting

Format of SED command to change a date

I have a website. I have a directory within it with over a hundred .html files. I need to change a date within every file. I don't have an easy way to find/replace. I need to change 10/31 to 11/30 on every single page at once. I tried the command below but it didn't work. Obviously I don't know... (3 Replies)
Discussion started by: ijustsawmars
3 Replies

8. AIX

Single command to change the attributes of all luns presented to an AIX host

Hi, I would like to know if there is a command similar to scsimgr in HP-UX that can help me change the algorithm and reserve_policy attributes of all luns presented to an AIX host. Otherwise I would have to use, chdev -l hdiskX -a algorithm=round_robin reserve_policy=no_reserve in a... (1 Reply)
Discussion started by: kanna_geekworkz
1 Replies

9. Shell Programming and Scripting

ls command format display

Hi I have 3 files $ ls -l -rw-r--r-- 1 osbadmin osbadmin 427701 Apr 22 12:06 SANITY_TEST -rw-r--r-- 1 osbadmin osbadmin 427701 Apr 22 12:06 Success 123333 -rw-r--r-- 1 osbadmin osbadmin 427701 Apr 22 12:06 Success 123333 (1) I need to see this "SANITY_TEST" "Success 123333" "Success... (6 Replies)
Discussion started by: mnmonu
6 Replies

10. AIX

Analogue of Format Command in AIX for IBM

I need to install AIX 5.3 on an RS/6000 Server. When i boot from an AIX 5.3 CD i get an option to upgrade to 5.3 from 5.2(existing OS). Is there a way by which i can force AIX to perform a new install with creating new partitions. I am looking for the analogue of 'Format' command in AIX that... (2 Replies)
Discussion started by: bestoption
2 Replies
Login or Register to Ask a Question