Search Results

Search: Posts Made By: Adrnalnrsh
9,215
Posted By Adrnalnrsh
Wonderful, thank you. I will give it a try.
Wonderful, thank you. I will give it a try.
9,215
Posted By Adrnalnrsh
Thanks, I am still working on it. Here is...
Thanks, I am still working on it.

Here is my current code.


#!/bin/sh

HOSTNAME="hostname"
FREE="free -m | grep Mem"
SSH="ssh"
USER="root"
while read i
do
$SSH $USER@$i...
9,215
Posted By Adrnalnrsh
[SHELL] Output formatting
I am looking for a way to format the output of this string into comma separated values (.csv) so I can import into excel.

Also I want to remove any white space generated by the commands,...
Showing results 1 to 3 of 3

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