Search Results

Search: Posts Made By: phillipss
1,585
Posted By phillipss
confirmed on run1.1 and I found something on...
confirmed on run1.1 and I found something on run1.1, I changed #!/bin/bash to #!/bin/ksh and it run. Thanks for your time


ls -la /u/pnt/need/run1.1
-rwxrwxr-x 1 root system 26...
1,585
Posted By phillipss
Please refer to below for more info. ...
Please refer to below for more info.


$ /u/pnt/need:>./main


1) Setup new POS
2) Clear POS
3) Re-set up POS

...
1,585
Posted By phillipss
I already changed but It had the same error ...
I already changed but It had the same error

./main[26]: ./u/pnt/need/run1.1: not found.
1,585
Posted By phillipss
ya, confirmed on choose No2, display will be...
ya, confirmed on choose No2, display will be "Choose 2". The value on "profit" please don't mind on it. You can remove it.
1,585
Posted By phillipss
Please refer to below is my result and how I...
Please refer to below is my result and how I execute. It actually the same error msg.
The correct output must be show the echo on run1.1 (run1.1 just contain a text only)

/u/pnt/need:>./test1

...
1,585
Posted By phillipss
I had below error msg: ./main[26]:...
I had below error msg:
./main[26]: ./u/pnt/need/run1.1: not found.

But It have when I list
ls -la run1.1
-rwxrwxrwx 1 root system 26 Dec 13 10:39 run1.1
1,585
Posted By phillipss
Call another file to run
Hi,

I have small script such as below

#!/bin/ksh
while true
do
set 'date'

((profit = 0 ))
export profit

echo "\n
1) Setup new POS
2) Clear POS
3) ...
1,948
Posted By phillipss
Thanks for your answer, it running well .
Thanks for your answer, it running well .
1,948
Posted By phillipss
Replace char on text file
Hi ,

I have problem on replace char on text file

#!/bin/bash

echo "Enter Third value : "
read a


sed '2 s/192.160.1.1/cut -d"." -f3/$a/g' tcpip.txt > a.txt


I want replace line 2...
Showing results 1 to 9 of 9

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