Search Results

Search: Posts Made By: Blue_shadow
1,871
Posted By Blue_shadow
passing arguments to unix command or script inside tclsh
hi everobody

kindly consider the following
in tclsh
I understand that we can do the following

%exec UnixCmd arg1 arg2

but if I assinged the arguments to a list insde tclsh how can I...
Forum: Solaris 04-30-2009
5,940
Posted By Blue_shadow
usb flash on solaris 8 sunblade 1500 server
I would like to know how to mount and acess USB flash memory /drive on sun blade 1500 operating solaris 8


thanks in advance
Forum: Solaris 04-30-2009
6,116
Posted By Blue_shadow
go to http://docs.sun.com you will find many...
go to
http://docs.sun.com you will find many official resources
5,098
Posted By Blue_shadow
I think that you have two empty lines at the end...
I think that you have two empty lines at the end of your original file, get rid of them
1,580
Posted By Blue_shadow
try to use the full pathname of imp or (for...
try to use the full pathname of imp
or (for ksh)
ksh "your_home_directory/.profile ; utility"
11,642
Posted By Blue_shadow
----------------- you can use also use remote...
-----------------
you can use also use remote copy
rcp -p server2:/test/test_yyymmdd.dat server1:/check/check1/

if you want to use the befits of date command, I recommend that you run the cron...
6,907
Posted By Blue_shadow
I think you missed a back quote (`cat...
I think you missed a back quote

(`cat number.txt`)
4,248
Posted By Blue_shadow
if /opt/extra is anormal directory it can't be...
if /opt/extra is anormal directory it can't be displayed using df
only mounted file systems wil be displayed
if you made a file system on that directory
ake sure it's mounted properly
7,680
Posted By Blue_shadow
I think it could be sqlplus...
I think it could be

sqlplus user/passwd@SID << !!
select * from tab ;
!!

check the whole script please
1,759
Posted By Blue_shadow
or chmod go+x file_name
or
chmod go+x file_name
13,945
Posted By Blue_shadow
you can use the following script to have a copy...
you can use the following script to have a copy from the old messages file or you can remove it

#!/bin/ksh

SIZE=128
MESS_SIZE=`du -k /var/adm/messages |awk '{ print $1 ; }' `
if [...
2,694
Posted By Blue_shadow
not a good start for me I found the answer...
not a good start for me
I found the answer some place else in the forum.
I should search more before asking
the answer is to use read -t
thanx all
2,694
Posted By Blue_shadow
read from std i/p with timeout within a script
hello every one ,
this is my first participation in the forum , I hope it'll be a good start

within a script I would like to put some code to read i\p from standard i\p using read command if it...
Showing results 1 to 13 of 13

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