First  |  Prev |  Next  |  Last
Pages: 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
I want to know how to use dialog's fselect
When I select the path I need by dialog --fselect but I don't know how to make path to a txt file! Can tell me how to do ? ... 10 Apr 2008 11:19
How to execute shell script in Firefox Linux web browser
I am having a problem with Firefox for Linux version 2.0.0.6 When my HTML application calls shell file to execute (just to echo some information) Firefox and Linux ask me what application I want to run with it (" You have chosen to open <file>.sh which is a : shell script from / srv/www/cgi-bin. What should F... 10 Apr 2008 22:09
If you are good or expert in C shell please contact me i will pay for your Help
Hello If you are good or expert in C SHELL only--- please do contact me I am willing to pay you for your help Thank you ... 9 Apr 2008 14:39
Query init runlevel?
I forgot what command which can tell me current init runlevel value. Thanks. ... 10 Apr 2008 16:07
daemons, sockets and ssh
Hi, I am a little bit confused about background processes and controlling terminals. I'll explain my problem with an example: I have a process with uses a file socket to communicate with other processes which is started at boot with a file in /etc/init.d/progname Since the daemon/process does not go to th... 20 Apr 2008 17:11
echoing arbitrary text in bash?
in bash, echo "$x" fails if $x is e.g. "-n". ksh has the - option to print to handle this case, but bash echo doesn't seem to. So how can I reliably output a variable whose contents are unknown? ... 9 Apr 2008 04:33
I Need help in C Script in unix enviroment
I want to Implement a Synchronisation primitive such as a semaphore that will ensure mutual exclusion, prevent deadlock when concurrent request are made from the clients. C scripts in the UNIX environment in the below script I ma just trying to stop two clients accessing the same server file at the same time ... 8 Apr 2008 18:06
I Need help in C Script in unix enviroment
I want to Implement a Synchronisation primitive such as a semaphore that will ensure mutual exclusion, prevent deadlock when concurrent request are made from the clients. C scripts in the UNIX environment in the below script I ma just trying to stop two clients accessing the same server file at the same time ... 8 Apr 2008 22:06
Help with Sed command
I have a script that runs sed through a loop. Everything is working properly except for situations where a username is found with another name. For example I am looking to change the following - foo: foo(a)null.com to foo: /dev/null This works properly but the issue is any other name, su... 11 Apr 2008 15:54
Coverting newlines into form feed
I have a text file with no page breaks but each page is broken up by 4 newline character. I'm having trouble converting these newline character into a form feed. I've tried using tr "[\n*4]" "\f" < input-file > out_file but this doesn't work. Can anyone tell me what I'm doing wrong? ... 9 Apr 2008 10:32
First  |  Prev |  Next  |  Last
Pages: 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76