i want to do 'sort -o filout filein*' with more than 1200 files that call fileinxxxxxxxx.
there are more than 256 caracters in my command line, so my command is KO.
how can i do?
thanks
I try to do an "auto connect" script that only daes the connection on the remote machine. The script will connect and then will give the prompt to the user.
I try this with net::telnet
The connections is good but I can't have the prompt after, why?
i read all threads about net::ssh::perl but i have no response for my problem.
my code
my $host = <myhost>;
my $ssh = Net::SSH::Perl->new($host, debug=>1, protocol=>2);
$ssh->login("xxx", "yy");
and i have the fallowing message
fedorand.gvr.hp: Reading configuration data /root/.ssh/config...
i have a file with several records.
each record contains many nul (ASCII:0) and is terminated by lf.
i want to read this file, delete all nul and write a nex file.
i can't do it with the "replace" function.
anyone can help me? thanks
i use ImageMagick to convert any graphic format in pcl raster.
if i have grayscale jpeg and if i convert it in a pcl raster, it's succesful in laser colorjet (4700) but it's only a black rectangular in a b/w lasejet (8100) why?
is there an option?
how do applications such WORD to print in...
i want know the command line with the parameters from another process with windows 2000
with windows xp i use:
requete = "Select * From Win32_Process WHERE CommandLine = 'example.exe param1 param2'"
Set colProcesses = objWMIService.ExecQuery(requete)
but we can't with windows 2000
how can i...
i have installed a ssh server (openssh). from my linux i can connect me on my windows. i can start a batch program but i can't start a graphic programm. the process is running but the interface doesn't appear. does anyone know the reason?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.