Search Results

Search: Posts Made By: vijayarajvp
2,017
Posted By vijayarajvp
awk command to avoid loops
Hi...
I need a help in using the awk command or any other solution to avoid the usage of loops.

My question is :

I have a input like this :
...
3,351
Posted By vijayarajvp
Hi, Thanks... The commands you gave lists...
Hi,
Thanks... The commands you gave lists the data but then i am looking to identify the users who run a same command at the same time.

Example is User A & User B running the command cp...
3,351
Posted By vijayarajvp
Script to identify logged users & commands executed
Hi All,
I am trying to write a script to get the user information & the command executed.

I tried something like this :

w | sort | awk '{print$5$6$7}'

My requirement is to...
3,083
Posted By vijayarajvp
am nor checking for the largest value. I have to...
am nor checking for the largest value. I have to take the counts from both files a and b & subtract (b-a) to take the count & place the o/p value in a new file.

i.e. 19-18 = 1
5-1=4
...
3,083
Posted By vijayarajvp
I tried like this : I had 2 files a and b ...
I tried like this :

I had 2 files a and b

a :

SVC_REQ_CNT~07/05/2009 00:00:00~16
SVC_REQ_CNT~07/06/2009 00:00:00~10
SVC_REQ_CNT~07/07/2009 00:00:00~18

SVC_ORD_CNT~01/22/2098...
3,083
Posted By vijayarajvp
Shell Script - help Reqd
Hi,
I need someone's help in writing a shell script. Since am very new i am stuck .

I have 2 files in the same dir.

==============================================

FileA
...
Showing results 1 to 6 of 6

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