Search Results

Search: Posts Made By: suresh3566
1,728
Posted By Akshay Hegde
try crp <<EOF getstatus exit EOF ...
try

crp <<EOF
getstatus
exit
EOF

Example using nslookup program

akshay@Aix:~$ nslookup <<EOF
> server 8.8.8.8
> unix.com
> exit
> EOF
> Default server: 8.8.8.8
Address: 8.8.8.8#53...
7,634
Posted By itkamaraj
Try this too... perl -ne...
Try this too...

perl -ne 's/\e\[\d+m//g;print' < input.txt > output.txt
Showing results 1 to 2 of 2

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