Index

Subject : Re: LUG: command :size of bytecode

From : Brian Adam Pike <bapike@unity.ncsu.[redacted]>

Date : Wed, 09 Mar 2005 13:12:12 -0500

Parent


The '-l' option to the 'ls' command will give much more information about
each file in a directory, including the size. So:
ls -l DIRECTORY
will work, where DIRECTORY is the name of the directory (or the current
directory if not specified). Run 'man ls' for more information (use the q
key to exit that program). In general, if you want more information on
any command, you can do 'man COMMAND'.

Thanks,
-Brian Pike

On Wed, 9 Mar 2005, Tanu Sharma wrote:

> Hello ,
>
> I am new to linux.I am trying to determine size of a bytecode file in
> linux.Which command should i use.Simple "size" command requires
> executable as input.
>
> Thanks
> Tanu