Search Results

Search: Posts Made By: raokl
2,184
Posted By BeefStu
you can cd to the directory you like and do...
you can cd to the directory you like and do something like this:

find . -type -print

The problem is that find walks down the directories, therefore if you have
a directory in your path you...
2,184
Posted By codecaine
You can pipe it to awk awk '{ print $NF }'...
You can pipe it to awk

awk '{ print $NF }' FS=/

---------- Post updated at 04:38 PM ---------- Previous update was at 04:34 PM ----------

You can pipe it to awk

find /usr/monitor/text/...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 11:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy