Search Results

Search: Posts Made By: peuceul
3,734
Posted By peuceul
shell script : log to txt and insert new line everytime
Hi,

I have this script,

while [ 1 ]
do
ps ax|grep 5060 > log.txt
echo " "
sleep 1
done
}

I want to actually put a new line everytime the...
Showing results 1 to 1 of 1

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