Sponsored Content
Full Discussion: ls -la
Top Forums UNIX for Dummies Questions & Answers ls -la Post 302096859 by jam_prasanna on Monday 20th of November 2006 04:37:19 AM
Old 11-20-2006
Hi Sasi,

I dont think so it will work as i required. it will just cat all the lines in to a single line with ; sepated format.
Let me brief my requirement,
if i run ls -la cmd in my current directory o/p look like
drwxrwxr-x 8 ic develop 1024 Nov 15 17:40 ./
drwxrwxr-x 11 ic develop 1024 Nov 15 16:05 ../
-rwxr-xr-x 1 ic develop 236 Nov 15 16:05 avg.sh*
-rw-rw-r-- 1 ic develop 1416 Nov 15 16:05 bak
-rw-rw-r-- 1 ic develop 2702 Nov 15 16:05 bak2
-rw-rw-r-- 1 ic develop 0 Nov 15 16:05 batch
-rw-rw-r-- 1 ic develop 37 Nov 15 16:05 bigfile
-rwxr-xr-x 1 ic develop 313 Nov 15 16:05 bintooct*
-rw-rw-r-- 1 ic develop 16184 Nov 15 16:05 cat_def
-rwxr-xr-x 1 ic develop 426 Nov 15 16:05 chessboard*
-rwxr-xr-x 1 ic develop 211 Nov 15 16:05 chk*
-rwxr-xr-x 1 ic develop 315 Nov 15 16:05 decimaltobinary*
drwxrwxr-x 3 ic develop 512 Nov 15 17:39 excer/
-rwxr-xr-x 1 ic develop 196 Nov 15 16:05 fact.sh*

i wanted to convert this mutiple, inconsistace spaces with "|" o/p should like

-rwxr-xr-x|1|ic|develop|196|Nov|15|16:05|fact.sh*

can it be done using single command in shell?

thanks,
jam
 
intel_panel_fitter(1)					      General Commands Manual					     intel_panel_fitter(1)

NAME
intel_panel_fitter - Change the panel fitter settings SYNOPSIS
intel_panel_fitter [options] DESCRIPTION
intel_panel_fitter is a tool that allows you to change the panel fitter settings, so you can change the size of the screen being displayed on your monitor without changing the real pixel size of your desktop. The biggest use case for this tool is to work around overscan done by TVs and some monitors in interlaced mode. Options -p [pipe] pipe to be used (A, B or C, but C is only present on Ivy Bridge and newer). -x [value] final screen width size in pixels (needs -p option). -y [value] final screen height size in pixels (needs -p option). -d disable panel fitter (needs -p option, ignores -x and -y options). -l list current state of each pipe. -h prints the help message. EXAMPLES
intel_panel_fitter -l will list the current status of each pipe, so you can decide what to do. intel_panel_fitter -p A -x 1850 -y 1040 will change the pipe A size to 1850x1040 pixels. intel_panel_fitter -p A -d will disable the panel fitter for pipe A. NOTES
In the future, there will be support for this feature inside the Linux Kernel. Machines older than Ironlake are still not supported, but support may be possible to implement. X Version 11 intel-gpu-tools 1.3 intel_panel_fitter(1)
All times are GMT -4. The time now is 09:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy