Search Results

Search: Posts Made By: Pedro72
1,239
Posted By Pedro72
Putty Logging - Typed input only
Just a quick question,
Does anyone know how to configure putty (or if you can) to log ONLY what you type in at the command prompt.

e.g. I want to keep: grep -i edc_special SystemOut.log

I...
1,091
Posted By Pedro72
Thanks for the reply. This is the one thing I had...
Thanks for the reply. This is the one thing I had found but did not want to use as I cannot install other programs and the screen command is deinfately not installed on the server I am using. (sorry...
1,091
Posted By Pedro72
Bash Processes
Basically, can you create a new ssh session to a server (where there already say a putty session running) and operate using the same bash process?

Currently If I start a new connection then it...
1,023
Posted By Pedro72
[Solved] awk FS
I have a script which uses awk to read from a file seperated with commas, although saved as a .conf file.

awk -F, '{print $3}'

it is meant to pick up "a label here" (for example)

But...
5,089
Posted By Pedro72
That seems to have worked! Thank you very much....
That seems to have worked! Thank you very much. Such a simple solution to my hours of headscratching.

Now just need to get that \n in the correct place and I'm Sorted :)
5,089
Posted By Pedro72
I've tried your suggestion but to not avail. ...
I've tried your suggestion but to not avail.

One thing I did try was just trsting colors at the command line with this:
echo -e "testing \033[0;37mCOLOR1\033[1;35mCOLOR2\033[m"

And that worked...
5,089
Posted By Pedro72
Colors not being Interpreted
Hello, I am having an issue with ANSI colors in Redhat linux.

I am running a script where the colours have been set very early on as follows:
# Reset
Color_Off='\033[0m' # Text Reset

#...
Showing results 1 to 7 of 7

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