Search Results

Search: Posts Made By: Felix2511
2,122
Posted By Felix2511
Interactive "Enter" command
Good morning

I've searched the Forum but couldn't find what I'm searching for.

I'm executing a, for example pepe.sh within a script (hello.sh).

pepe.sh executes and expects an "enter".
...
11,887
Posted By Felix2511
I've found out what i'm doing wrong: An...
I've found out what i'm doing wrong:
An application, DB2 in this case, was working on this volume so i can't remove it.
When i stopped DB2 database there was no problem to remove this lv.

Thank...
11,887
Posted By Felix2511
Removing Logial Volume
Hi there:
I've searched the forum but haven't find something related to this:

I'm trying to remove a logical volume:
rmlv -f rdhwslv

But i'm getting this message:
0516-1008 rmlv: Logical...
9,548
Posted By Felix2511
Thank you very much. Regards
Thank you very much.

Regards
9,548
Posted By Felix2511
Error in Script (counter)
Hello:

Executing following script i'm getting error:

1=1+1: 0403-058 Assignment requires an lvalue.

It's not assuming the counter but i don't know why.
Some hint?

Thank you very much in...
3,617
Posted By Felix2511
That's it!!! Thank you very much indeed. ...
That's it!!!

Thank you very much indeed.

Dhanyavaad (hope it is correct!!)
3,617
Posted By Felix2511
Thank's vino. Second part (-e "s/,,//g") works...
Thank's vino. Second part (-e "s/,,//g") works fine.
First part: sed: 0602-404 Function s/,/u / /u /g cannot be parsed.

What i want to do is to replace the input
db2rbind DUMMY /l...
3,617
Posted By Felix2511
Help with sed
Hello
I've serached the forum but could not find a thread to help me with my sed problem.
I have two lines in a file:
-------------------------------------
db2rbind DUMMY /l...
1,765
Posted By Felix2511
Thank you vino but the ls is in a for-file-in...
Thank you vino but the ls is in a for-file-in loop.
Sorry that i didn't mention it in my post.
1,765
Posted By Felix2511
Help with ls
Hello:

How could I avoid that ls-command returns an error when there are no files to list?

ls path/*.DEL

Thank you in advance.
5,839
Posted By Felix2511
Thanks Ygor but it doesn't work. I tried out...
Thanks Ygor but it doesn't work.
I tried out the following:
LOG=path/test_1.txt

export FROM="Me"
export MAILTO="adress@blablabla.com"
export SUBJECT="Test"
export BODY=$LOG
export...
5,839
Posted By Felix2511
HTML message with attachment (text-file)
Hello:

I've searched de forum but could not find an answer to send an email via sendmail in HTML with an text-file (plain-text) as attachment:

My code:

export FROM="Me"
export...
1,441
Posted By Felix2511
Thank you very much.
Thank you very much.
1,441
Posted By Felix2511
Help with cut
Sorry if this post has already posted but after searching i could not find a post wich could help:

I want to get the all the characters from a filename,for ex. abcdefgh.txt, but only that once...
4,646
Posted By Felix2511
this works: #!/usr/bin/ksh export...
this works:

#!/usr/bin/ksh

export MAILTO="mymail@mail.com"
export SUBJECT="Test Mail"
export BODY="/test/log.html"
(
echo "To: $MAILTO"
echo "Subject: $SUBJECT"
echo "MIME-Version:...
4,646
Posted By Felix2511
Now i'm coding: #!/bin/sh echo...
Now i'm coding:

#!/bin/sh

echo "<html><head><meta http-equiv="content-type" content="text/html Content-Disposition: inline charset=windows-1252"><body><a...
4,646
Posted By Felix2511
Question on mailx
Hello there:

I want to send an e-mail from AIX using mailx.
I'm executing the following script (-> witch doesn't work's):

-----------------------------------------------
#!/bin/sh

echo...
15,921
Posted By Felix2511
It works fine. Thank you very much indeed.
It works fine.

Thank you very much indeed.
15,921
Posted By Felix2511
INPUT lOG:-> this is the file i want to serach ->...
INPUT lOG:-> this is the file i want to serach -> string to search:Database Connection Information

Database Connection Information

Database server =
SQL authorization ID =
Local...
15,921
Posted By Felix2511
Help with tail /grep needed
Hello:

I'm a very newbee at UNIX/AIX.
What i want to do is to tail a file from the bottom until a certain string is found and write all the lines after the found string to another file.
I've...
Showing results 1 to 20 of 20

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