|
|
|
|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
How would I make a find command NOT show the path of a file?
When I do
find . -name "*.txt" -size +0 -exec ls {} \; I get something like ./lpi_stdout.txt ./lpi_stderr.txt What would I need to do or pipe it into to strip off those first two characters so I just get lpi_stdout.txt lpi_stderr.txt ? Thanks for the help! |
| 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 |
| create PATH from find command output | rein | UNIX for Dummies Questions & Answers | 3 | 04-01-2008 08:35 AM |
| Is there any way to make up arrow show last command in CSh? | sayeo | Shell Programming and Scripting | 5 | 03-22-2008 11:33 AM |
| command to find the path of a file | abhilashnair | UNIX for Dummies Questions & Answers | 3 | 02-17-2008 07:15 PM |
| how to use find commnad to show only path of the result | umen | UNIX for Dummies Questions & Answers | 1 | 02-05-2008 03:22 AM |
| Show path name | p.vvugt | UNIX for Dummies Questions & Answers | 2 | 12-19-2007 05:11 AM |