Sponsored Content
Full Discussion: How do we create a shell?
Top Forums Shell Programming and Scripting How do we create a shell? Post 302137173 by reborg on Sunday 23rd of September 2007 08:39:35 AM
Old 09-23-2007
Since you haven't asked for a solution, but where to find information I will allow this question.

A good starting point would be the first two C/C++ tutorials here: https://www.unix.com/answers-to-frequ...tutorials.html
 

9 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

How do I create desktop icons for the shell programs I create???

I am a bash shell programmer and I create programs on occasional basis. Now, I dont want my programs to be run by typing out its name at a command line. I want to make it as user friendly as possible. I want to create icons on the desktop so users can click on it. mind you, I said "desktop... (7 Replies)
Discussion started by: TRUEST
7 Replies

2. Shell Programming and Scripting

create a shell script

create a shell script that process a file file contain f2f_100.txt 1234 kkk 12345 f2f_101.txt 1234 mmm 11111 retire_200.txt 2222 rrr 22222 retire_201.txt 1112 qqr 12122 output needed if first field is f2f then new file fb_$1 contain $2|$4 ... (3 Replies)
Discussion started by: maykap100
3 Replies

3. Shell Programming and Scripting

create a report using shell

hi suppose I want to create a report where it will shows the machine name, the date & time when the report is produced. can anyone please help me to write such shell script? requesting all. Thanks (10 Replies)
Discussion started by: moco
10 Replies

4. Shell Programming and Scripting

How to create a unix shell

Hello, Can somebody help me find tutorials or example for creating a basic unix shell with minimal functionalities. I am a beginner and want to know about how really the shell works. Thanks. (2 Replies)
Discussion started by: pleaseteachmeun
2 Replies

5. UNIX for Dummies Questions & Answers

how to create a shell

hi , this is girish, i need an help for creating a shell (2 Replies)
Discussion started by: mcgirishbabu
2 Replies

6. Shell Programming and Scripting

Need help to create shell script.

When i run the following command it shows me following o/p # prtpicl -v -c temperature-sensor | sed -n '/T_TCORE/,/:name/ p' | grep Temperature 61 Temperature 62 i want to put this command in shell script so that when i run the script it says ********************* Proc1 ... (4 Replies)
Discussion started by: fugitive
4 Replies

7. Shell Programming and Scripting

Create Shell Script

Create a script to do the following : a. Poll for ctl file abc.ctl b. if the ctl file is found, then check for corresponding dat file(abc.dat) c. if dat file is not found then fail the process e. if dat file is found do file validation File Validation: a. Check the... (1 Reply)
Discussion started by: vivek1489
1 Replies

8. Shell Programming and Scripting

How I can create this Shell scripts?

Hi friends you can solve my question about make 3 shell scripts? Thanks for all! (1 Reply)
Discussion started by: dakota
1 Replies

9. Homework & Coursework Questions

How to create one's own pipe in one's own shell?

Good evening, I'm trying to do my own shell and I encountered some issues while creating it. Indeed when I try such a command I have DAUPHINE> DAUPHINE> ls -l | grep terminal > fichier DAUPHINE> cat fichier My shell is named DAUPHINE Whereas I should have: Code: ... (0 Replies)
Discussion started by: AntoineCompagni
0 Replies
k3d(1)							      General Commands Manual							    k3d(1)

NAME
k3d - 3D modeling and animation system SYNOPSIS
k3d [options] DESCRIPTION
K-3D is a free (as in freedom) 3D modeling, animation, and rendering system for GNU/Linux and Win32. K-3D features a robust, object-ori- ented plugin architecture and is capable of producing motion-picture-quality output when paired with a RenderMan Interface compliant render engine such as Aqsis. Please visit http://www.k-3d.org for more information. OPTIONS
--add-path [path] Prepends a filesystem path to the PATH environment variable. --color Color-codes log messages based on their priority. Requires an ANSI color-capable terminal. --disable-gl-extension [extension] Disables the given OpenGL extension. --exit Exits the program (useful after running scripts in batch mode). -h, --help Prints this help information and exits. --log-level [level] Specifies the minimum message priority to log (valid values are "warning", "information", or "debug"). --options [path] Overrides the filepath for storing user options (this overrides both defaults and the K3D_OPTIONS_PATH environment variable, below). --plugins [path] Overrides the path(s) for loading plugin libraries (this overrides both defaults and the K3D_PLUGIN_PATHS environment variable, below). Multiple colon-delimited paths are allowed. Use "&" as a synonym for the default paths. --script [file] Play the given script after startup (use - for stdin). --shadercache [path] Overrides the path where compiled shaders will be cached (this overrides both defaults and the K3D_SHADER_CACHE_PATH environment variable, below). --share [path] Overrides the path for loading shared data files (this overrides both defaults and the K3D_SHARE_PATH environment variable, below). --show-process Prints the process name next to log messages. --show-timestamps Prints timestamps next to log messages. --syslog Logs messages to syslog. -u, --ui [ui path] Specifies the path to a user interface plugin (this overrides both the default and the K3D_USER_INTERFACE_PATH environment variable, below). As a special-case the string "none" can be used as a synonym for the Null (no gui) User Interface. -H, --user-interface-help Prints a user-interface specific help message and exits. --version Prints program version information and exits. USER INTERFACE OPTIONS
--batch Operate in batch (no user intervention) mode. -n, --new Creates a new document after startup. --no-custom-layouts Disable custom user interface layouts (useful when playing-back recorded tutorials, which rely on the default layout). --no-splash Disables the startup splash screen. -o, --open [file] Opens the given file after startup. --show-tutorials Opens the tutorials menu immediately following startup. --tutorials [path] Overrides the path for loading interactive tutorials (this overrides both defaults and the K3D_TUTORIALS_PATH environment variable, below). ENVIRONMENT VARIABLES
K3D_EXTRA_OPTIONS Provides additional options that are appended to the command-line at startup. Note that unlike other K-3D environment variables, options specified via K3D_EXTRA_OPTIONS will override options specified on the command line. K3D_OPTIONS_PATH Overrides the path for storing user options (this overrides the default, but can be overridden by the --options option, above). K3D_PLUGIN_PATHS Overrides the path(s) for loading plugin libraries (this overrides the default, but can be overridden by the --plugins option, above). Multiple colon-delimited paths are allowed. Use "&" as a synonym for the default paths. K3D_SHADER_CACHE_PATH Overrides the path where compiled shaders are cached (this overrides the default, but can be overridden by the --shadercache option, above). K3D_SHARE_PATH Overrides the path for loading shared data files (this overrides the default, but can be overridden by the --share option, above). K3D_USER_INTERFACE_PATH Overrides the path to the user interface plugin (this overrides the default, but can be overridden by the --ui option, above). AUTHORS
Written by Timothy M. Shead <tshead@k-3d.com>, and many others. REPORTING BUGS
Report bugs to <k3d-development@lists.sourceforge.net> COPYRIGHT
Copyright (c) 1995-2010, Timothy M. Shead. All Rights Reserved. This software is licensed under the terms of the GNU General Public License; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
The K-3D Home Page: http://www.k-3d.org K-3D Version 0.8.0.2 June 2010 k3d(1)
All times are GMT -4. The time now is 10:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy