Search Results

Search: Posts Made By: simonirang
1,362
Posted By simonirang
thanks it works fine! but it doesn't save to text...
thanks it works fine! but it doesn't save to text file.... text file stays same after
1,362
Posted By simonirang
Sorry for my poor explanation :( So, I have...
Sorry for my poor explanation :(
So, I have text file that is called performance.log that has following info
CPU 1 2 3 4 5 6
RAM 2 3 4 5 6 7
HAR 3 4 5 6 7 8

And with in the code, function...
1,362
Posted By simonirang
awk/sed inserting muliple informations in one column
I'm probably sure I need to use either awk or sed judging by research but I'm not sure what exact command I have to do to do following...:wall:

So this is my text file
CPU 1 2 3 4 5 6
RAM 2 3 4...
4,761
Posted By simonirang
ops I realized that....i fixed it to find...
ops I realized that....i fixed it to
find /home/mine/ServerLogs -type f -name 'SystemOut_*' -mtime +2 -exec mv {} /home/work/test \;

which works on prompt. However when I run it as a file, it...
4,761
Posted By simonirang
Unexpected EOF while loooking for matching '"
Hi everyone, I'm really new in shell scripting and having trouble resolving this error.
Can someone please tell me why I'm getting these errors?

Error Message:
./test.sh: line 50: unexpected EOF...
Showing results 1 to 5 of 5

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