Search Results

Search: Posts Made By: berrean
4,202
Posted By berrean
SSH and SCP
The following ksh script is trying to get a file's cksum then, scp it over to a remote machine - get the cksum there and then compare the two cksums to make sure they match. I am having problems...
22,242
Posted By berrean
ScatterBrain is right - but you may want to send...
ScatterBrain is right - but you may want to send any errors to std err for inital debugging.

try:



#!/bin/sh

nohup ./my_program > error.log 2>&1
1,961
Posted By berrean
Thanks
Thank you very much tmarikle for your suggestions and help. I did have a minor problem with the quotes following the slash in the string per your suggestion, but resolved that. Once again - thank...
1,961
Posted By berrean
Awk Help
I am trying to transform an LDAP entry that looks like this:

/cn=Printer1/ou=HR/dc=N/A/dc=fabrikam/dc=com

I am using an awk script and am having a bit of trouble so any help is appreciated.
...
Showing results 1 to 4 of 4

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