[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
File size question
- To: linux-il(at-nospam)linux.org.il
- Subject: File size question
- From: Edward Gold <avieal(at-nospam)inter.net.il>
- Date: Tue, 12 Dec 2000 15:29:00 +0200
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
Is there a system call that will give a file size (given it's name &
path) ?
I know that a possible answer can be the use of the system() call, and
using ls -l| sort -bn +4 from the shell it open- but I'm looking for
something more simple.
Thanks
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il