Search Results

Search: Posts Made By: FreddyDaKing
21,610
Posted By FreddyDaKing
You're right... I copied the code from wrong...
You're right... I copied the code from wrong working version of my script.
Actually I redirect stderr to $LogFile.
21,610
Posted By FreddyDaKing
Unfortunately smbmount is not available at the...
Unfortunately smbmount is not available at the company I want to run my script.

However I changed my script regarding the workaround methyl and RudiC suggested:

...
21,610
Posted By FreddyDaKing
Thanks all of you for your help and hints. I...
Thanks all of you for your help and hints. I think I'll give smbmount a try ;)
21,610
Posted By FreddyDaKing
I did...same result/error-message :-( ...
I did...same result/error-message :-(


fileattr=`/opt/samba/bin/smbclient --authentication-file=$AUTH_FILE //$SMB_HOST/$SMB_SHARE 2> /dev/null
prompt off
if [[ -d $SMB_DIR ]]
then
...
21,610
Posted By FreddyDaKing
Hi, thanks for your help, I already...
Hi,



thanks for your help, I already had the same idea but apparently I can not use if-statements within smbclient command. If I do so, I get the following error message:

if: command not...
21,610
Posted By FreddyDaKing
smbclient - check if 'cd' is sucessful?
Hi,

I've a question regarding a smbclient-Command in my shell script.

Here my relevant script part:


fileattr=`/opt/samba/bin/smbclient --authentication-file=$AUTH_FILE...
9,578
Posted By FreddyDaKing
Thx for the quick answer. Works like a charm :-) ...
Thx for the quick answer. Works like a charm :-)

---------- Post updated at 08:06 AM ---------- Previous update was at 07:34 AM ----------

Hi again,

probably a silly question but I also need...
9,578
Posted By FreddyDaKing
Awk to convert a text file to CSV file with some string manipulation
Hi ,

I have a simple text file with contents as below:


12345678900 971,76 4234560890
22345678900 5971,72 5234560990
32345678900 71,12 6234560190


the new csv-file...
Showing results 1 to 8 of 8

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