Sponsored Content
Top Forums Shell Programming and Scripting #!/usr/bin/ksh Command Interpreter in a sh script Post 77479 by dangral on Friday 8th of July 2005 04:49:56 PM
Old 07-08-2005
Here you go. But the FAQ is just a click away, why not look through the entire FAQ and see what other interesting things you can pick up?
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ksh: /usr/bin/ls: arg list too long

I am using IBM AIX unix version 4.3.3.0. In a directory there are many files with different patterns. When I am trying to execute the command, ls -l with the file pattern, which have fewer files it gives the desired result. However when I am trying to execute the same command for file pattern,... (2 Replies)
Discussion started by: jitindrabappa
2 Replies

2. Tips and Tutorials

The Whole Story on #! /usr/bin/ksh

Introduction Originally, we only had one shell on unix. When ran a command, the shell would attempt to invoke one of the exec() system calls on it. It the command was an executable, the exec would succeed and the command would run. If the exec() failed, the shell would not give up, instead it... (3 Replies)
Discussion started by: Perderabo
3 Replies

3. Shell Programming and Scripting

Problem with /usr/bin/cd command

Hi , My shell script doesnt function properly while executing. My shell script has the below mentioned code in it. #!/bin/sh CD="/usr/bin/cd" .. .. $CD / .. .. main intention behind giving the $CD / is to replace the cd command with /usr/bin/cd at the time of program execution. ... (5 Replies)
Discussion started by: raghu.amilineni
5 Replies

4. UNIX for Dummies Questions & Answers

fuser: difference with bin/sh and bin/ksh shell script

Hi, I have a problem I don't understand with fuser. I launch a simple shell script mysleep.sh: I launch the command fuser -fu mysleep.sh but fuser doesn't return anything excepted: mysleep: Then I modify my script switching from #!/bin/sh to #!/bin/ksh I launch the command fuser -fu... (4 Replies)
Discussion started by: Peuj
4 Replies

5. Shell Programming and Scripting

!/usr/bin/ksh error

Usually we use !/usr/bin/ksh at the start of the script.But if I am having this stuff in the scripts and calling one script from other its not working.What may be the reason behind it ? xyz.ksh #!/usr/bin/ksh echo "Hi" abc.ksh #!/usr/bin/ksh echo "I am fine" ksh xyz.ksh Its... (4 Replies)
Discussion started by: dr46014
4 Replies

6. AIX

aix:ksh: /usr/bin/rm: 0403-027 The parameter list is too long.

Hi, I am getting the below error message When i am trying to delete the files from the directory.Could you please guide me? rm *.aud ksh: /usr/bin/rm: 0403-027 The parameter list is too long. and find /oracle/admin/testP/adump/*.aud -mtime +5 -exec rm {} \; ksh: /usr/bin/find:... (3 Replies)
Discussion started by: nokiae63
3 Replies

7. Shell Programming and Scripting

/usr/bin/ksh -E

I saw one script using the first line as below /usr/bin/ksh -E I have used -x for debug but couldn't find what is this -E option for ? Pls let me know what is this -E used for Thanks RL (1 Reply)
Discussion started by: reldb
1 Replies

8. Shell Programming and Scripting

-bash: ./p4: /bin/ksh^M: bad interpreter: No such file or directory

I keep getting this error and I am not sure why. -bash: ./p4: /bin/ksh^M: bad interpreter: No such file or directory First I run my makefile and this works fine: goodmain: main.o gcc -o goodmain main.o main.o: main.c gcc -c main.c Then I want to limit my output so I... (11 Replies)
Discussion started by: cokedude
11 Replies
Ekiga(1)							   Version 2.00 							  Ekiga(1)

NAME
Ekiga - SIP and H.323 Voice over IP and Videoconferencing for UN*X SYNOPSIS
ekiga [-d level] [-c URL] DESCRIPTION
Ekiga is a SIP and H.323 VoIP, IP Telephony and Video Conferencing application which complies to the SIP and H.323 protocols. It can con- nect to a variety of other SIP and H323 applications including specific hardware. Ekiga can work with or without a webcam, and is able to create pure audio communications or traditional audio+video communications. Ekiga was formerly known as GnomeMeeting. Ekiga has been designed for the GNOME desktop and therefore uses gconfd-2(1) for storing its userdata. It offers to configure almost every option from within the GUI. Command-line options include -d to turn on debugging during calls. -c to call another URL. OPTIONS
-d level turn on debugging (on the console), level should be between 1 and 4. -c URL Calls the given URL. Ekiga can be running or not when invoking that option. SIP, H.323 and CALLTO URLs are supported. FILES
/etc/gconf/gconf.xml.defaults/apps/ekiga/ The system wide configuration file. See gconf-config(1) for further details on gconf. (The actual place can differ depending on your system's configuration) ~/.gconf/apps/ekiga Per user configuration file. See gconf-config(1) for further details. ENVIRONMENT
On startup Ekiga reads the system-wide gconf schemas (like every other GNOME2 app should do) from /etc/gconf/gconf.xml.defaults/apps. Every modification of the gconf keys using the GUI, gconftool or gconf-editor is reflected in real-time by Ekiga. DOCUMENTATION
More documentation is available in the manual available through Ekiga's Help menu. There is also a FAQ at: http://www.ekiga.org GETTING HELP
Feel free to join #ekiga on irc.gnome.org (GIMPnet) or the ML at: http://mail.gnome.org/mailman/listinfo/ekiga-list after having read the FAQ at http://www.ekiga.org/ . AUTHOR
Damien Sandras <dsandras at seconix dot com> OTHER INFO
The webpage for Ekiga is at http://www.ekiga.org. You can find info about Ekiga there and download the latest version. Either as packages for all major distributions or as sourcecode. Patched version of the libs are available, if necessary. COPYRIGHT
Copyright (C) 2000-2008 Damien Sandras This is free software licensed under the GPLv2; see the LICENSE file in the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
gconf-config(1), gconfd-1(1), gconfd-2(1), gconftool-1(1), gconftool-2(1), gconfigger(1) Linux 10 January 2006 Ekiga(1)
All times are GMT -4. The time now is 02:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy