Search Results

Search: Posts Made By: gopishrine
2,844
Posted By drl
Hi. With the data on file z1, the command: ...
Hi.

With the data on file z1, the command:
pcregrep -o1 '=(.*)' z1
produces:
IN32
On a system like:
OS, ker|rel, machine: Linux, 3.16.0-7-amd64, x86_64
Distribution : Debian 8.11...
2,844
Posted By vgersh99
YMMV: sed 's/.*=\(.*\)$/\1/' myFile awk...
YMMV:

sed 's/.*=\(.*\)$/\1/' myFile
awk -F= '{print $NF}' myFile
Showing results 1 to 2 of 2

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