Search Results

Search: Posts Made By: vkesineni
2,783
Posted By vkesineni
yes, that is there in /etc/passwd and mentioned...
yes, that is there in /etc/passwd and mentioned in /etc/shells file.
2,783
Posted By vkesineni
KSH Login issues
Hi

In my environment User have csh have default shell. In some cases some users requires KSH. We are using NIS as well as some local users. here my problem is recently in some of sun servers if...
3,434
Posted By vkesineni
awk '/LPBatch/{print $0}' test1|cut -d" " -f6-13 ...
awk '/LPBatch/{print $0}' test1|cut -d" " -f6-13

Try the above. In my test I got the out put like

LPBatch: [null, 1-GH32X, null, DC:Tue Oct 14 10:12:37
LPBatch: [null, 1-VIN74, null, DC:Tue...
8,870
Posted By vkesineni
Venkat
gzcat test1.gz|awk '/ERROR/{print $0}'

You can get with AWK like above
32,132
Posted By vkesineni
The following also will help
This is just my idea.
------------cut here------------
#!/bin/ksh

echo "Enter No.of lines to remove from TOP : "
read top
echo "Enter No.of lines to remove from BOTTOM :"
read bottom
echo...
Showing results 1 to 5 of 5

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