Search Results

Search: Posts Made By: Aditya_001
898
Posted By MadeInGermany
grep -i "Target connection group" $LogName | awk...
grep -i "Target connection group" $LogName | awk '{print $10}' > TableNames.rpt
sort -u TableNames.rpt > DistinctTable.rpt
for ee in `cat DistinctTable.rpt`
...
2,049
Posted By Akshay Hegde
@Franklin52 it works nicely.. @aditya_001...
@Franklin52 it works nicely..

@aditya_001 whether you are reading post ?
1,580
Posted By Akshay Hegde
do like this on terminal $ awk -F"|"...
do like this on terminal

$ awk -F"|" '{$11="\b"}1' OFS="|" file
1,580
Posted By alister
As far as feedback goes, that's as useless as it...
As far as feedback goes, that's as useless as it gets. Please, in the future, when members are trying to help you, the least you can do is provide specific details.

The cut command is a standard...
Showing results 1 to 4 of 4

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