Search Results

Search: Posts Made By: hugow
2
3,488
Posted By hugow
sftp
Hi,

I am trying to setup a sftp connection to the local host for testing purposes.
The machine is on a extranet behind a firewall which makes it difficult to test to other machines on the network...
204,977
Posted By hugow
Show the awk syntax you are using as part of the...
Show the awk syntax you are using as part of the script and the input data.
10,973
Posted By hugow
File encryption/Key encryption ????
My dilemma,

I need to send, deemed confidential, information via e-mail (SMTP). This information is sitting as a file on AIX. Typically I can send this data as a e-mail attachment via what we term...
2,191
Posted By hugow
Formating text from a script into a log file
Using a for loop I am able to get the following log file below. I would like o change the format a bit as is indicated lower down. I have looked at awk and sed but somehow is not getting any joy. I...
5,978
Posted By hugow
This is the format of my current log file after...
This is the format of my current log file after the script has run.

/edi/iTracTEST/sessions/otherreceive/nohup.out @ 08:19:46 from 63 - 63
/edi/iTracTEST/sessions/payroll/nohup.out @ 08:19:46...
5,978
Posted By hugow
Sorry guys, I was maybe not to clear of what is...
Sorry guys, I was maybe not to clear of what is known and how it must be formated. Most of the data is retrieve by the for loop into variables.

This is the columns.

<tab> ...
5,978
Posted By hugow
text formating/Text space padding
Hi,

How do I format the following?
I have a for loop that retrieves me the path and file name of a file. In column fashion I would like to add the time and another variable containing the file's...
7,606
Posted By hugow
echo in scripting
How do a set echo off in ksh scripting like in DOS @echo off?
3,384
Posted By hugow
This is a Korn Shell script. Any ideas to what is...
This is a Korn Shell script. Any ideas to what is causing the error.
3,384
Posted By hugow
No this is all there is at the moment. Have...
No this is all there is at the moment. Have reduced the script to 4 lines due to this problem so that I can isolate it.
Is the syntax correct for using in a script?
3,384
Posted By hugow
Error in for loop?
Hi,

Working on AIX using the following for loop.

for a in `find /edi/iTracTEST/sessions -name nohup.out -print`
do
echo $a
done

On the command line it works fine, but insert the code in...
2,428
Posted By hugow
Extracting strings
Hi,

How do I extract the bytes size string from the ls -l command.
8,634
Posted By hugow
Does this syntax work on the command line? I...
Does this syntax work on the command line?

I am getting a ">" back from my command.
8,634
Posted By hugow
Use of IF command in the command line.
What is the command line syntax for the if exist command in Unix like in DOS/WIN which test for the existance of a file?

Is the syntax the same in a script?

Thanx
15,645
Posted By hugow
redirect command output to variable
Hi,

I am looking for a way to redirect the result from a command into a variable.
This is the scenario.

Using the find command I will be getting multiple records/lines back.
Here is the...
Showing results 1 to 15 of 15

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