Search Results

Search: Posts Made By: Sachin Lakka
34
81,154
Posted By ungalnanban
Vim tips and tricks
Vim Tips and Tricks


Save and quit



:w => Save [:w filename writes the content to the specified file from current file]

:q => Exit as long as there have been no changes

:q! =>...
2,202
Posted By bartus11
Tryawk '/EMPLID/{printf...
Tryawk '/EMPLID/{printf $10","}/ORA-[0-9]*:/{sub(".*ORA-[0-9]*: ","");printf $0"\n"}' file
2,202
Posted By guruprasadpr
Hi $ awk -F '[:=]' '/EMPLID/{printf...
Hi


$ awk -F '[:=]' '/EMPLID/{printf "%d,",$4;getline;getline;print $3}' file
220677, unique constraint (SYSADM.PS_TAX_BALANCE) violated
220748, Invalid Username and Passowrd
220748, Invalid...
2,202
Posted By Ygor
Try...awk -F: '$3~/EMPLID/{split($3,a," ");printf...
Try...awk -F: '$3~/EMPLID/{split($3,a," ");printf "%s,",a[3]}$2~/^ ORA/{print $NF}' file1
Showing results 1 to 4 of 4

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