Search Results

Search: Posts Made By: ratheeshp123
2,278
Posted By ratheeshp123
I want to show the file(tmp/filename.txt) based...
I want to show the file(tmp/filename.txt) based on memory used (3gb,1gb,2gb which is mentioned at last of the file) for each service(service1,service16) on given projects(sh1,sh16 etc). so for each...
2,278
Posted By ratheeshp123
sorry for not mentioning. I'm using bash. also...
sorry for not mentioning. I'm using bash.
also apologies for the errors in the code. without space and adding $ in the cat also not helping much.

cat /tmp/filename.txt | awk '{print $1}' | sort |...
2,278
Posted By ratheeshp123
For loop error
Hi,

I am new to shell scripting and trying three for loops to filter the data. So my data is like

INPUT
cat /tmp/filename.txt

name service machine number of service
sh1 service1 ...
Showing results 1 to 3 of 3

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