Search Results

Search: Posts Made By: s123.radha
6,376
Posted By s123.radha
It is possible to send AT commands by kermit... i...
It is possible to send AT commands by kermit... i did a small work long back... so i do not remember the syntaxes exactly .... go to the kermit project of columbia university and read the manuals.. ...
6,020
Posted By s123.radha
go to the set up and change the boot order.. if...
go to the set up and change the boot order.. if your pen drive is detected as /dev/usb then change the boot order to this and restart your machine..
1,902
Posted By s123.radha
i do not think you can change the file...
i do not think you can change the file permissions from your end.. the server is secure. you can do only with proper authentication and authorization.
1,635
Posted By s123.radha
Thanks a lot... Tried all.. but in vain.....
Thanks a lot...

Tried all.. but in vain.. even I was not able to delete .. same error message it displays... when i see from dmesg command.. i found some errors .. so feels like some memory...
1,635
Posted By s123.radha
help for /Input/outpur error
Hi all,

I mounted a directory "work" using mount command and then unmounted after i finished my work. Now when i am trying to run a command like

$ find / -name nameoffile

it says

#find:...
1,461
Posted By s123.radha
cat all the files of a different directories and...
cat all the files of a different directories and pipe those to different files and do a compare on that .. for example...

$cat /home/dir1 >file1 # file 1 contains all the files in dir1
$cat...
4,214
Posted By s123.radha
u can have a shell script like "search.sh" which...
u can have a shell script like "search.sh" which accepts a directory name as an argument..


search.sh may look like

#! /bin/sh
DIR_NAME =$1
# u have to search for all the unix files one by...
Forum: IP Networking 06-12-2008
3,064
Posted By s123.radha
modem detection
How to get information that where is my modem configured in /dev.

I have two modems configured in my device .. one is USB and other is PCI modem.. USB is detected as /dev/USB0. but how to see...
Forum: IP Networking 05-21-2008
3,240
Posted By s123.radha
Testing modem
hello all,

how to test two modems in the same device? i have ppp running in my device..
5,562
Posted By s123.radha
Thanks drl... I got it [:)]
Thanks drl...

I got it [:)]
5,562
Posted By s123.radha
I am using this echo statement in perl ... i want...
I am using this echo statement in perl ... i want my output in color... i think i cant make the output on screen in color with " printf" statement.. please tell me if it is possible for printf to...
5,562
Posted By s123.radha
setting width in echo statement
Hello All,

I need to set the width or number of columns for my dynamic output in the echo statement.

statement is like:

echo " <output> [PASS]"

here the <output> is...
3,508
Posted By s123.radha
Thanks .. i got now... :-)
Thanks .. i got now... :-)
3,508
Posted By s123.radha
getting colored output in perl
Hello,

I am scripting in perl and I need to get my output of the "print" statement in color. Please tell me how to go ahead.

Radha
8,161
Posted By s123.radha
Thanks :-) got the problem.. i need to...
Thanks :-)

got the problem.. i need to mention the full path in each line of $filename.

Thanks again :-)
Radha
8,161
Posted By s123.radha
Also it says that the script is missing. But the...
Also it says that the script is missing. But the file is present in the same folder...
8,161
Posted By s123.radha
Thanks Yogesh.. The main problem i m facing...
Thanks Yogesh..

The main problem i m facing is that below line is not getting excuted.

system("$line");

I cannot see output of the line.. if i doing above. i have the script file in the...
8,161
Posted By s123.radha
Run shell program in perl
Hello ,

I want to run some shell scripts in my perl script. I need to read the script's name from a file ( this file includes the name of all the scripts) and run the script one by one.. Please...
Showing results 1 to 18 of 18

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