|
|
|
|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
![]() |
|
|
Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|||
|
Quick question about finding a large file
what is the correct command for finding the largest file and displaying it without any error information?
I can find it, but how do I display it in the same command? |
| Sponsored Links |
|
|
|
|||
|
You want to display the file on the screen? Like 'cat/less/more file'? It would help if you post the command you're using. Anyway, If you have a command outputting the biggest file, just your-command | xargs cat
|
|
|||
|
I figured finding and displaying the largest file on the system would be a small and simple command that actually finds and displays only the largest file on the system.
|
| Sponsored Links |
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| quick question | keith.m | AIX | 5 | 12-21-2006 09:27 AM |
| quick sed question | vbm | Shell Programming and Scripting | 2 | 11-09-2006 10:44 PM |
| Quick question | JohnnyBoy | UNIX for Dummies Questions & Answers | 2 | 11-03-2006 08:23 AM |
| quick question | penfold | Shell Programming and Scripting | 2 | 03-18-2005 06:15 AM |
| Quick Question | Tracy Hunt | UNIX for Dummies Questions & Answers | 3 | 02-20-2001 04:20 PM |