Search Results

Search: Posts Made By: celine
1,082
Posted By ahamed101
Try this find . ! \( -name ".?*" -prune -o...
Try this

find . ! \( -name ".?*" -prune -o -name ".*" \)

--ahamed
2,597
Posted By Jotne
Using awk awk 'NR%2==0' RS=\' file ...
Using awk
awk 'NR%2==0' RS=\' file
/project/cars/version/scripts/
/project/cars/version/scripts/y.txt
/project/cars/version/scripts/x.txt
1,082
Posted By Scott
Hi. You could try the following: find ....
Hi.

You could try the following:

find . ! -name ".*"
Showing results 1 to 3 of 3

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