Search Results

Search: Posts Made By: Paarth
2,787
Posted By Paarth
ok then try this echo '12#abcd!@' | sed...
ok then try this
echo '12#abcd!@' | sed 's/[^a-zA-Z]*//g'
17,562
Posted By Paarth
Try using the below code : find . -type d...
Try using the below code :


find . -type d -exec ls -ld {} \; | awk '{print $3,$9}' | grep -v oasitqtc

It should give you desired output

However better code will be with egrep as states...
Showing results 1 to 2 of 2

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