Search Results

Search: Posts Made By: tricampeon81
8
2,164
Posted By Neo
Sorry, but I cannot understand what you just said...
Sorry, but I cannot understand what you just said above, and please check your spelling before posting.
8
2,164
Posted By Neo
Consider moving to passwordless ssh/sftp by...
Consider moving to passwordless ssh/sftp by using shared cryptographic keys instead of a password.
9,372
Posted By Chubler_XL
You could try iconv -l to get a list of the...
You could try iconv -l to get a list of the supported character set encodings.

Conversion to ASCII may give "illegal input sequence" errors for the French/German accented characters like: ...
9,372
Posted By jim mcnamara
That looks like you may possibly be running on...
That looks like you may possibly be running on AIX, please give us your UNIX OS and shell.

The error means iconv cannot find the language file it needs to make the conversion. Finding what...
9,372
Posted By rdrtx1
ASCII is a subset of UTF-8. But if there is a...
ASCII is a subset of UTF-8. But if there is a need to transliterate, try something like:
iconv -f UTF-8 -t ASCII//TRANSLIT < input_file
9,372
Posted By vbe
Well usually file file-name should give you a...
Well usually file file-name should give you a good start...
3,613
Posted By Don Cragun
I'm lost... What operating system are you...
I'm lost...

What operating system are you using?

What do you do on AIX that works on AIX but is not working on the OS you are using now?

On AIX find is a utility; not a function.
2,973
Posted By abhi_123
How to get OUT parameter of a stored procedure in...
How to get OUT parameter of a stored procedure in shell script? (https://www.unix.com/shell-programming-and-scripting/173844-how-get-out-parameter-stored-procedure-shell-script.html)
2,973
Posted By jim mcnamara
See oracle docs about the WHENEVER SQLERROR...
See oracle docs about the WHENEVER SQLERROR clause
SQL*Plus Command Reference (https://docs.oracle.com/cd/B19306_01/server.102/b14357/ch12052.htm)

When your code hits an error, your code invokes...
4,172
Posted By RudiC
tee works like a plumber's T-piece that allows...
tee works like a plumber's T-piece that allows gas or water flow split into two directions. tee accepts input on stdin and, on top of writing it to stdout, also writes / appends to one or several...
4,172
Posted By Neo
The -a options of tee appends the output to...
The -a options of tee appends the output to the file rather than overwriting the file.

Your > $logfile code overwrites the file.

There may be more subtle differences I am not familiar with...
4,326
Posted By Don Cragun
With over a 100 posts in this forum, you know...
With over a 100 posts in this forum, you know that we can't answer that without knowing what operating system you're using and you clearly describing what you are trying to do. If your goal is to...
4,326
Posted By Don Cragun
I am sorry that you don't believe us. Have...
I am sorry that you don't believe us.

Have you looked at the man page for gzip? Does the man page for the version of gzip you are using say anything about it being able to zip multiple files into...
4,326
Posted By Corona688
There isn't one because gzip does not work that...
There isn't one because gzip does not work that way.

We are not being obtuse or blocking you -- gzip doesn't work that way. gzip holds one and only one filename.

This may be counterintuitive...
4,326
Posted By Don Cragun
Why is the suggestion posted by vgersh99 in post...
Why is the suggestion posted by vgersh99 in post #9 in this thread not a solution to this problem?
4,326
Posted By vgersh99
to start with... tar cvf bulkArchive.tar...
to start with...
tar cvf bulkArchive.tar expla*.gz
4,326
Posted By vgersh99
would looking into man tar be helpful?
would looking into man tar be helpful?
721
Posted By RudiC
I have to second nezabudka: Why not just run the...
I have to second nezabudka: Why not just run the command, mayhap after consulting man bash:
On the other hand, I have to admit that it may not be the wisest thing to run code that you don't...
721
Posted By nezabudka
It is much easier to look at the result of work...
It is much easier to look at the result of work this code.
#!/bin/bash
for i in 6 7 9 A B Z C N F H G M L D R S T 8
do
echo "input: " $i
done
2,250
Posted By MadeInGermany
Or type ksh In case the name is ksh. BTW a...
Or
type ksh
In case the name is ksh.
BTW a regular shell sould always be in /bin/
2,250
Posted By Corona688
which ksh or whereis ksh
which ksh
or
whereis ksh
Forum: AIX 03-19-2019
6,057
Posted By bakunin
curl is available for AIX, for instance from...
curl is available for AIX, for instance from Michael Perzls site.

moved to AIX forum

bakunin
Forum: AIX 03-19-2019
6,057
Posted By jim mcnamara
curl http://textbelt.com/text -d number=123456789...
curl http://textbelt.com/text -d number=123456789 -d "message=hello from me"

This works on other platforms, I do not know if curl is available for AIX. Go to SMS Texting API | No account...
3
2,026
Posted By Corona688
Depends what 'record' means. You have to know...
Depends what 'record' means. You have to know what your data is before you can deal with it.
2,479
Posted By RudiC
Please, please, have mercy with us! Please,...
Please, please, have mercy with us!
Please, please, give us some reliable, consistent data to build upon.



Where in that code do we find your code snippet from post #1, and where file_1.tmp...
Showing results 1 to 25 of 81

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