Search Results

Search: Posts Made By: dswain
13,710
Posted By dswain
Hi All, Please try the below steps: grep...
Hi All,

Please try the below steps:
grep -v "^[ ]$" c.cfg | grep -v "^#" | awk -F"=" ' { print $2 }' > t.log

while IFS= read -r line
do
array[$i]=$line
(( i++ ))
done < t.log...
14,173
Posted By dswain
can u pls give me some more clues?!! it didn't...
can u pls give me some more clues?!!
it didn't worked
14,173
Posted By dswain
Password expiry date check for hp servers
Hi All,

Can anybody help me, to find the command to check for the password expiry date for the hp servers.

Thanks,
Deepak
1,483
Posted By dswain
Hi Alex, I am a begineer. I think...
Hi Alex,

I am a begineer.

I think the -e option will help u a bit..

Please try the below command as mentioned below:

sed -e 's/a/A/' -e 's/b/B/' <old >new

Thanks,
Deepak
Showing results 1 to 4 of 4

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