Search Results

Search: Posts Made By: pro
1,657
Posted By vgersh99
nawk -F'[=,: ]' '{print...
nawk -F'[=,: ]' '{print /uid=/?$4:(/^telephoneN/)?$2:$3}' myFile
1,657
Posted By ctsgnb
$ cat mytst dn: uid=aaaaa, dc=exmple, dc=com ...
$ cat mytst
dn: uid=aaaaa, dc=exmple, dc=com
cn: bbbb cccc
sn: cccc
telephoneNumber:+30-6543-123456

$ awk -F"[ :=,]" '/^d/{x=4}/^[cs]n/{x=3}/^tel/{x=2}x{print $x;x=y}' mytst
aaaaa
bbbb
cccc...
Showing results 1 to 2 of 2

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