![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| create PATH from find command output | rein | UNIX for Dummies Questions & Answers | 3 | 04-01-2008 04:35 AM |
| Is there any way to make up arrow show last command in CSh? | sayeo | Shell Programming and Scripting | 5 | 03-22-2008 07:33 AM |
| command to find the path of a file | abhilashnair | UNIX for Dummies Questions & Answers | 3 | 02-17-2008 03:15 PM |
| how to use find commnad to show only path of the result | umen | UNIX for Dummies Questions & Answers | 1 | 02-04-2008 11:22 PM |
| Show path name | p.vvugt | UNIX for Dummies Questions & Answers | 2 | 12-19-2007 01:11 AM |
|
|
Submit Tools | LinkBack | Thread Tools | 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! |
| Forum Sponsor | ||
|
|