Search Results

Search: Posts Made By: skaptakalian
1,999
Posted By skaptakalian
hmmm this doesn't seem to work. It basically...
hmmm this doesn't seem to work. It basically creates the file with this:

Trying 127.0.0.1...^M
Connected to localhost (127.0.0.1).^M
Escape character is '^]'.^M


Which has everything except...
1,999
Posted By skaptakalian
Grabbing info from Telnet
I have a process that is running locally on the machine.

When you telnet to the process: telnet IP port, it automatically returns a string which shows the status of that process.

Something like...
5,782
Posted By skaptakalian
Thanks, this works perfectly.
Thanks, this works perfectly.
5,782
Posted By skaptakalian
Assigning number of days in the month to a variable
I am writing a script that requires the number of days in any given month.

In the shell, I can use the command:

cal `date +%m` `date +%Y`| grep -v '[A-Za-z]' | wc -w

to give me the number of...
Showing results 1 to 4 of 4

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