Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Ksh


In the News (Mon 4 Jun 12)

  
  KSH-93 - Frequently Asked Questions
The 1988 version of ksh is the version that was adopted by System V Release 4 UNIX and was a source document for the IEEE POSIX and ISO shell standards.
To be POSIX conforming, ksh has to do word splitting and pathname expansion the results of substitutions.
There are two extensions to ksh that can be used to write GUI applications as shell script.
www.kornshell.com /doc/faq.html   (3273 words)

  
  Korn shell - Wikipedia, the free encyclopedia
The Korn shell (ksh) is a Unix shell which was developed by David Korn (ATandT Bell Laboratories) in the early 1980s.
It is wholly upwards compatible with the Bourne shell and includes many features of the C shell as well, such as a command history, which was inspired by the requests of Bell Labs users.
For interactive use, ksh provides the ability to edit the command line in a WYSIWYG fashion, by hitting the appropriate cursor-up or previous-line key-sequence to recall a previous command, and then edit the command as if the users were in edit line mode.
en.wikipedia.org /wiki/Korn_shell   (422 words)

  
 KSH   (Site not responding. Last check: )
KSH uses its engineering design and construction know-how as well as its expertise in project planning, procurement, and field operations control to execute projects that meet or improve on schedule, budget and technical requirements.
KSH provides a full range of estimating services, from conceptual estimates for feasibility studies, to detailed, itemised construction budgets.
KSH has the capability to plan effectively and to react quickly to changing events to ensure on-time project completion.
www.ksh.ca /en/services/management.html   (297 words)

  
 ksh/bash vs sh   (Site not responding. Last check: )
Ksh and bash are both supersets of sh.
Ksh and bash internally performs many of the basic string and numeric manipulations and conditional tests.
Explicitly writing for ksh (or bash) and insisting on that shell being installed, can often be simpler.
www.dartmouth.edu /~rc/classes/ksh/ksh-vs-sh.html   (266 words)

  
 man: ksh
Ksh is a command and programming language that executes commands read from a terminal or a file.
Rksh is a restricted version of the command interpreter ksh; it is used to set up login names and execution envi- ronments whose capabilities are more controlled than those of the stan- dard shell.
Rpfksh is a profile shell version of the command inter- preter ksh; it is used to to execute commands with the attributes spec- ified by the user's profiles (see pfexec(1)).
www.hmug.org /man/1/ksh.php   (15945 words)

  
 UNIX man pages : ksh ()
Hence, ksh will not display the function definitions if the history file is lost or if the nolog option was on when the function was read.
If a command name is not a special command or a user-defined function, ksh creates a process and attempts to execute the command using exec (see exec(2)).
Invoking ksh If the shell is invoked by exec (see exec(2)), and the first character of argument zero ($0) is -, the shell is assumed to be a login shell and commands are read first from /etc/profile.
falcon.jmu.edu /cgi-bin/man-cgi?ksh   (14232 words)

  
 KSH Service - Supplying support and computer solutions in Spalding and Peterborough
Initially it recognised that there was a need for someone who could fix a computer at their home and didnt speak with mystical words and phrases while emptying their wallet.
Now six years on KSH is serving the needs of many schools, businesses and home users in the Spalding and Peterborough areas.
Our strengths are that we always will give you an estimate of the cost of repair before carrying out the work, we can collect from you or work on site if required and we strive to achieve great customer satisfaction.
www.ksh.co.uk   (213 words)

  
 LJ #27 : The New Korn Shell
In many instances, ksh will not actually fork/exec a subshell when command is a built-in or a shell function.
Instead, the command is invoked as a C function by ksh.
Since the built-in command and ksh share the same address space, a coding error in the built-in program may affect the behavior of ksh, perhaps causing it to core dump or hang.
www.cs.princeton.edu /~jlk/lj   (2649 words)

  
 Unix shell scripting with sh/ksh
Ksh and bash optional syntax for defining a function.
The ksh version is a fairly simple translation to use ksh internal commands where possible, and avoid writing scratch files, and runs very much faster.
In ksh and most newer versions of sh, "[" is replaced with a compatible internal command, but the argument parsing is performed as if it were an external command.
www.dartmouth.edu /~rc/classes/ksh/print_pages.shtml   (9350 words)

  
 KornShell Overview
ksh programs are easier to write, and are more concise and readable than programs written in a lower level language such as C. The new version of ksh has the functionality of other scripting languages such as awk, icon, perl, rexx, and tcl.
The code size for ksh is larger than the Bourne shell or C shell programs.
ksh is intended to conform to the Shell Language Standard developed by the IEEE POSIX 1003.2 Shell and Utilities Language Committee.
members.tripod.com /~dfrench/kshinfo.html   (533 words)

  
 Linux: ksh   (Site not responding. Last check: )
ksh is a command interpreter that is intended for both interactive and shell script use.
, but the original ksh, Bourne sh and bash do, so this may have to change (too bad).
Special ksh vi commands The following commands are not in, or are different from, the normal vi file editor: n_ insert a space followed by the nth big-word from the last command in the history at the current position and enter insert mode; if n is not specified, the last word is inserted.
www.linuxforum.com /man/ksh.1.php   (13380 words)

  
 ksh   (Site not responding. Last check: )
Ksh (http://www.kornshell.com/) is an interactive scripting language suitable for interactive login sessions as well as programming.
See the author's comments about ksh (and his reference to Tcl) at http://slashdot.org/articles/01/02/06/2030205.shtml, as well as this [1] rave for the shell.
What: tkhistory Where: ftp://ftp.procplace.com/pub/tcl/sorted/packages-7.6/misc/tkhistory-2/tkhistory-2.tar.Z Description: A Tk 3.6 script that visually keeps track of the command history for csh, tcsh, and ksh.
wiki.tcl.tk /ksh   (257 words)

  
 A.P. Lawrence, Linux/Unix Consultant-Korn Shell Basics
That doesn't mean ksh is useless; on the contrary, it is very useful and has some nice features which I will cover below.
You should see "man ksh" for the full details, but one more useful hint is that you don't have to press ENTER and recall a line to fix a mistake.
One is to have set yourself up that way to begin with; to have specified ksh when your account was created.
aplawrence.com /Unixart/ksh.html   (1277 words)

  
 ksh man document
ksh is a command language interpreter that executes commands read from a command line string, the standard input, or a specified file.
If the -i option is present, or there are no args and the standard input and standard error are attached to a terminal, the shell is considered to be interactive.
If ksh executes command, the exit status will be that of the last command executed.
www.research.att.com /~gsf/man/man1/ksh.html   (945 words)

  
 set -o vi issues on ksh
I want to use ksh on linux (red hat whatever), and use set -o vi/ and be able to type more than 80 charecters on the command line.
I want to use ksh on linux (red hat whatever), and use set -o > vi/ and be able to type more than 80 charecters on the command line.
I login with the ksh, had command line limit with or without set -o vi.
www.webservertalk.com /message189164.html   (1439 words)

  
 KornShell
The download page has been completely revised in a manner that hopefully will be easier to use.
tksh (ksh with tk support) is also part of this package.
How to obtain ksh, and information on related software.
www.kornshell.com   (93 words)

  
 Ksh array question
Trying to match a pattern with [...]; in ksh you can use [[...]], but I prefer case as it is available in all (Bourne-type) shells.
If people ask ksh questions, they should be given ksh answers.
The answer I gave is portable to all ksh's, and to bash 2 if shopt -o extglob is set.
www.codecomments.com /message264764.html   (891 words)

  
 KSH
• Partnership/flexible approach to contracting: KSH works with the Client to find the most suitable customised approach (technology selection, island assignment, open book, etc.).
KSH guarantees parameters that are critical to the Client.
KSH‘s aproach to EPC keeps the Client informed and involved throughout the project.
www.ksh.ca /en/services/epctools.html   (164 words)

  
 KSH(1) Manual Page (August 19, 1996)
The original ksh and POSIX differ somewhat in which commands are considered special or regular:
In the future, the additional ksh special and regular commands may be treated differently from the POSIX special and regular commands.
Once the type of the command has been determined, any command line parameter assignments are performed and exported for the duration of the command.
www.cs.mun.ca /~michael/pdksh/pdksh-man.html   (16648 words)

  
 KSH-Systems – Startseite
Mit den Accesskeys 1 bis 4 können Sie genauere
Auf zwanzig Arbeitsplätzen werden hier in einer Windows 2003 Domäne Tests wie TOEFL® (© TM by ETS) durchgeführt und von KSH technisch betreut.
Individuelle Weblösungen von KSH: Ihr Vorsprung durch Mehrwert für alle
www.ksh-systems.com   (165 words)

  
 Programming Modes for XEmacs: ksh-mode
This mode is used for editing shell scripts written for the Bourne (sh), Korn (ksh) or Bourne Again (bash) shells.
Indentation of ksh statements with respect to containing block.
Default value is nil which will align the statements one position past the ")" of the pattern.
www.xemacs.org /Documentation/packages/html/prog-modes_12.html   (254 words)

  
 BigAdmin Submitted Article: Converting a ksh Function to a ksh Script
Being a ksh function means the script can be optimized to run faster if launched from a ksh shell.
If the file was executed as a script, the system spawns a child ksh process, loads the function definition, and then executes the function.
Now the file is a self-executing script as well as a self-sourcing function (when used with ksh autoloading).
www.sun.com /bigadmin/content/submitted/fun_to_script.html   (1440 words)

  
 ksh(1)   (Site not responding. Last check: )
Older versions of ksh (and other legacy shells such as sh) disregard multiple arguments supplied to the test -f operation, and test only the first argument without returning an error.
This version of ksh returns an error if 2 arguments are specified, and returns no error when 3 or more are specified.
For other compatibility differences between this version of ksh (ksh-93) and the previous version of ksh (ksh-88), see ``ksh-93 vs. ksh-88'' in Differences for SCO OpenServer and SCO UnixWare 1 and 2 users.
uw713doc.sco.com /en/man/html.1/ksh.1.html   (17214 words)

  
 KSH Script - Dev Shed
KSH Script Scripts forum discussing topics including building, optimization, and implementation.
I have an issue with the error returned on a simple ksh script.
ksh: foo:: 0403-012 A test command parameter is not valid.
forums.devshed.com /scripts-94/ksh-script-90287.html#post402532   (424 words)

  
 Ksh
This has been added into this version of ksh.
Note that this is not strictly ksh compatible behaviour.
notation for scripts, ksh can be configured to fake it.
www.sci.muni.cz /docs/Unix/ksh.html   (3856 words)

  
 How to force Cron to use ksh - dBforums
If you would prefer not to see any double-underlined words and corresponding advertisements, please click here.
I must run my job by ksh shell.
I see the same here (Solaris 9) but it seems that ksh is
www.dbforums.com /t949755.html   (629 words)

  
 Debian -- Details of package ksh in sid
Ksh is a UNIX command interpreter (shell) that is intended for both interactive and shell script use.
Its command language is a superset of the sh(1) shell language.
Content Copyright © 1997 - 2008 SPI Inc. ; See license terms.
packages.debian.org /unstable/shells/ksh   (190 words)

  
 Manual: ksh(1)
TMOUT If set to a value greater than 0 (zero), the shell terminates if a com- mand is not entered within the prescribed number of seconds after issu- ing the PS1 prompt.
Special ksh Commands The following simple commands are executed in the shell process.
Unless otherwise indicated, the output is written on file descriptor 1 and the exit status, when there is no syntax error, is 0 (zero).
hemsidor.torget.se /users/d/Devlin/shell/man_ksh.html   (5605 words)

  
 BSDnexus forums / ksh on freebsd   (Site not responding. Last check: )
I've used ksh on all three BSDs and had no problem.
The two biggest kickers with ksh are the completion and history with the arrow keys.
I've always used ksh on NetBSD and always had the HJKL for movement and and the vi line editing syntax.
forums.bsdnexus.com /viewtopic.php?pid=13555   (964 words)

  
 Korn Shell (ksh) Programming
Which is why ksh has a few more things "built in" to it than the older 'sh'.
Happily, ksh adds most of the things that people say csh has, but sh does not.
You can now freely download the full source from AT&T if you're not lucky enough to use an OS that comes with ksh already.
www.bolthole.com /solaris/ksh.html   (549 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.