Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Disk Usage in GB and Unix command to find the biggest file/folder Post 302188744 by LovelyTee on Thursday 24th of April 2008 06:43:08 AM
Old 04-24-2008
du command

Hi

Try to du -g -s *


Regards
Thembela
South Africa
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

disk usage command on unix?

hi, Can anyone tell me how I make a tree on the console showing the largest folders on my UNIX system? I want to know where are located the biggest files so I can free some disk space. thanks a lot. (3 Replies)
Discussion started by: gandoura
3 Replies

2. Shell Programming and Scripting

Disk Usage in Unix

Hi, Please let me know how do we write a piece of code to find the disk usage in UNIX (3 Replies)
Discussion started by: Shilpi
3 Replies

3. HP-UX

how can I find cpu usage memory usage swap usage and logical volume usage

how can I find cpu usage memory usage swap usage and I want to know CPU usage above X% and contiue Y times and memory usage above X % and contiue Y times my final destination is monitor process logical volume usage above X % and number of Logical voluage above can I not to... (3 Replies)
Discussion started by: alert0919
3 Replies

4. UNIX for Advanced & Expert Users

Unix Command to rename a file in a zipped folder

Hi, I am into automation work. Is there any UNIX command to rename a file in a zipped folder, without unzipping it..??? Thanks in advance.. (1 Reply)
Discussion started by: Victoria.Sam
1 Replies

5. Shell Programming and Scripting

Unix - Disk usage command

Hi, I need a command that gives me the user who is using more space in the unix box (1 Reply)
Discussion started by: abinaya
1 Replies

6. Shell Programming and Scripting

find biggest number inside file

Hi, I wanna find the biggest number inside of a file this is kind of example of file: 9 11 55 then i just wanna print out the biggest number i had try sed filenale | sort -k1,1n | paste -s -d',' - but i had no success ... (7 Replies)
Discussion started by: prpkrk
7 Replies

7. Shell Programming and Scripting

How to find biggest word in a file....?

With any cmd like sed grep ask etc... (1 Reply)
Discussion started by: sidpatil
1 Replies

8. UNIX for Beginners Questions & Answers

UNIX utility to find difference in folder, file and contents of file against a base version

Hi, I am trying to find out whether there are any Unix utilities that compares folders, files and contents within the file and provides a comprehensive report. The comparison can be against base version of a folder and file with content. Can you please let me know of such a utility? Thanks,... (6 Replies)
Discussion started by: Sripathi_ks
6 Replies

9. UNIX for Beginners Questions & Answers

UNIX commands to display the biggest file by size in a directory

Hello guys, Please i need to know the biggest files in my directory let's say$ >du -h | egrep 'M|G|G' 195M ./TMP 3.6M ./TP_DEC2012 146G . But here the result it's giving me the biggest directory in the path. Actually i want to know the biggest file in 146G . Can anyone... (6 Replies)
Discussion started by: gillesi
6 Replies

10. Shell Programming and Scripting

I need to find out disk usage for particular indexes for different hosts

Need disk utilisation script for particular indexes on few hosts (3 Replies)
Discussion started by: Krish5v
3 Replies
TV_GRAB_ZA(1p)						User Contributed Perl Documentation					    TV_GRAB_ZA(1p)

NAME
tv_grab_za - Grab TV listings for South Africa. SYNOPSIS
tv_grab_za --help tv_grab_za [--config-file FILE] --configure [--gui OPTION] tv_grab_za [--config-file FILE] [--output FILE] [--days N] [--quiet] [--retries N] DESCRIPTION
Output TV listings for DSTV channels available in South Africa. The data comes from www.dstv.com. The grabber relies on parsing HTML so it might stop working at any time. First run tv_grab_za --configure to choose, which channels you want to download. Then running tv_grab_za with no arguments will output listings in XML format to standard output. --configure Prompt for which channels, and write the configuration file. --config-file FILE Set the name of the configuration file, the default is ~/.xmltv/tv_grab_za.conf. This is the file written by --configure and read when grabbing. --gui OPTION Use this option to enable a graphical interface to be used. OPTION may be 'Tk', or left blank for the best available choice. Additional allowed values of OPTION are 'Term' for normal terminal output (default) and 'TermNoProgressBar' to disable the use of XMLTV::ProgressBar. --output FILE write to FILE rather than standard output. --days N grab N days. Can be 1, 7, 14 or 30. Default is 14 --quiet suppress the progress messages normally written to standard error. --retries number of retries before failing channel download. --help print a help message and exit. SEE ALSO
xmltv(5). AUTHORS Chris Picton <;cpicton@users.sf.net> Neil Garratt <ngarratt@users.sf.net> Based on tv_grab_fi by Matti Airas. Latest version always available at http://xmltv.cvs.sourceforge.net/xmltv/xmltv/grab/za/ BUGS
Does not automatically update itself, when DSTV changes their site perl v5.14.2 2011-05-12 TV_GRAB_ZA(1p)
All times are GMT -4. The time now is 08:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy