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

Topic: Alias (Unix shell)


  
  Alias - Wikipedia, the free encyclopedia
Look up alias and aliasing in Wiktionary, the free dictionary.
Alias Systems Corporation, the software company that produces Maya.
Alias, the pseudonym of a rap artist who founded and records for Anticon.
en.wikipedia.org /wiki/Alias   (182 words)

  
 Appendix B: Bash Shell Tips
Bash is the default UNIX shell for RCS.
A UNIX ``shell" is a program that acts as the interface between you and the UNIX operating system, prompting you for input, checking commands for syntax errors and, then executing them.
Bash, which stands for the Bourne-Again Shell, was chosen because it incorporates many popular features of other shell programs, such as the Bourne shell (sh), the C shell (csh), and the Korn shell (ksh).
www.rpi.edu /dept/arc/web/docs/Memos/rpi113/node10.html   (704 words)

  
 UNIX shell differences and how to change your shell
The UNIX shell is most people's main access to the UNIX operating system and as such any improvement to it can result in considerably more effective use of the system, and may even allow you to do things you couldn't do before.
Into this shell they put several concepts which were new, (the majority of these being job control and aliasing) and managed to produce a shell that was much better for interactive use.
Like the Korn shell bash was based upon the Bourne shells language and like the Korn shell, it also pinched features from the C shell and other operating systems (in my opinion it put them together better; guess which shell I use), but unlike the Korn shell it is free.
www.softlab.ntua.gr /facilities/documentation/unix/shelldiff.html   (1930 words)

  
 UNIX Shell Scripting
Otherwise, the shell would have to wait for the user to type the next command, and the user would have to wait for each command to complete before starting to type.
A shell is a program that runs on most UNIX systems to provide a convenient interface to the operating system and file system.
In Unix the shell is a program which prompts the user and directs the operating system to do what the user wants.
www.cs.wisc.edu /~deppeler/tutorials/scripting   (1986 words)

  
 Bash Reference Manual:
A Unix shell is both a command interpreter, which provides the user interface to the rich set of GNU utilities, and a programming language, allowing these utilitites to be combined.
All of the Bourne shell builtin commands are available in Bash, and the rules for evaluation and quoting are taken from the POSIX 1003.2 specification for the `standard' Unix shell.
More complex shell commands are composed of simple commands arranged together in a variety of ways: in a pipeline in which the output of one command becomes the input of a second, in a loop or conditional construct, or in some other grouping.
www.gnu.org /software/bash/manual/bashref.html#SEC1   (7331 words)

  
 The C Shell
Basically, the main function a shell performs is to read in from the terminal what one types, run the commands, and show the output of the commands.
The C shell was written by Bill Joy at the University of California at Berkeley.
Shell scripts are programs written in C shell.
www.eng.hawaii.edu /Tutor/csh.html   (1752 words)

  
 UNIX Commands
Open a Unix Shell, do a list (ls -l) and if the "core" file is found, delete it with the rm core command.
To run Alias properly and have access to all the UNIX shortcut commands and Course Ware files, there are several steps that you need to take to set-up your CoC account.
A UNIX Shell can be open from the "Desktop" or "Tour" Menu in the upper left-hand corner of the screen.
www.arch.gatech.edu /~tpurdy/AliasHelp/commands.htm   (865 words)

  
 CIS 190 Lesson 10: UNIX Shell Environment   (Site not responding. Last check: 2007-09-08)
Shell variables hold their values for the duration of the session i.e.
The.bashrc is a shell script that is executed during user login and whenever a new shell is invoked.
In normal execution of a unix command, shell-script or binary, the child process in unable to affect the login shell environment.
www.cabrillo.edu /~jgriffin/CIS90/files/lecture10.html   (450 words)

  
 Hamilton C shell Compatibility Guide
In the UNIX C shell, only certain modifiers could be used on a given type of substitution and it is not possible to perform a search/replace that crossed word boundaries.
The UNIX C shell allows only roughly 6K characters to be passed, depending on the revision level; this shell allows up to 32K to be passed to a child process, the kernel limit on Windows.
This was a trick in the Berkeley C shell to embed comments into the middle of a statement.
www.hamiltonlabs.com /UserGuide/22-Compatibility.htm   (2066 words)

  
 The Shell
Your login shell is also a process, created for you upon logging in and existing until you logout.
A pipe is used by the shell to connect the stdout of one command directly to the stdin of another command.
A number of shell variables are predefined by the shell itself or inherited from the system environment.
www.cis.rit.edu /class/simg211/unixintro/Shell.html   (2339 words)

  
 [No title]   (Site not responding. Last check: 2007-09-08)
The Alias Batch File Translator is a command line invocation of Alias that allows unattended data file translation.
Using this interface to Alias in a UNIX shell script allows for multiple file translations to occur unattended, perhaps in an overnight batch job.
The filenames are either absolute UNIX path names, or are the names of files that can be found in the wire directory of the default project, or the project specified with the -p option.
www.cclabs.missouri.edu /things/instruction/aw/FileFormats/Batch_translator.html   (1327 words)

  
 Shell Programming
Ch Shell (ch) is a C compatible shell; C Shell (csh) is a C-like shell.
The language syntax of conventional Windows MS-DOS and Unix shells such as Bourne shell, C shell, and Korn shell are awkward.
Ch is a true VHLL for programming while it retains the shell features such as command-line editing, history, aliases etc. When Ch is used in a single command mode, most features of Ch are the same as conventional Unix shells such as Bourne shell, C shell, and Korn shell, and MS-DOS shell in Windows.
www.softintegration.com /docs/ch/shell   (1308 words)

  
 Customizing the Unix Shell   (Site not responding. Last check: 2007-09-08)
The Unix shell is a actually a user program that the kernel runs for you when you log in.
The most common shells available on Unix systems are the Bourne Shell (sh), the C Shell (csh) and the Korn shell (ksh).
The default shell for accounts is /bin/posix/sh, which is, for all practical purposes, the same as ksh.
www.isu.edu /~jon/unix/custom.html   (1472 words)

  
 UNIX shell differences and how to change your shell (Monthly Posting)
A brief history of UNIX shells Note, this history is just known to be slightly out of historical order, it is in the process of being corrected, but for the moment should be taken with a pinch of salt In the near beginning there was the Bourne shell /bin/sh (written by S. Bourne).
The Korn shell became part of System V but had one major problem; unlike the rest of the UNIX shells it wasn't free, you had to pay ATandT for it.
Deciding on a shell Which of the many shells you choose depends on many different things, here is what I consider to be the most important, you may think differently.
www.faqs.org /faqs/unix-faq/shell/shell-differences   (2225 words)

  
 [No title]   (Site not responding. Last check: 2007-09-08)
Alias needs to be restarted for some of the preferences to take effect.
If changes are made to this group of Alias Preferences, you don't need to restart the system to see the changes.
The value of this field will be used as a command to be run when a UNIX shell is selected.
www.c3.hu /docs/alias9.0/BasicTools/PrefsEditAlias.fm.html   (1462 words)

  
 Help Desk | FAQ's about Unix   (Site not responding. Last check: 2007-09-08)
UNIX is an operating system--something that sits between you and the hardware of your computer, and translates your commands to it and its responses back to you.
The menu system helps you use UNIX without having to remember what all the commands are, but you need to know a few.
The shell is called that because it "covers" the UNIX "kernel", the heart of the operating system.
www.accesscom.com /support/unix/unix1.html   (391 words)

  
 Getting Started in UNIX: Printing
While UNIX command names tend to be very terse, the UNIX operating system is anything but.
The basic UNIX command to check printer queues, and, incidentally, to list the names of the printers that the UNIX system knows about, is lpstat.
So here's how to set a command alias in the Korn shell (see "What UNIX shell are you using?") which allows you to enter the command printers in Korn shell and have UNIX actually execute qchk -A.
www.uic.edu /depts/accc/newsletter/adn04/second.html   (1009 words)

  
 UNIX Bourne Shell Programming
The first character of an alias name can be any printable character, but the remaining characters must be the same as any valid identifier.
Therefore, for an alias to take effect the alias command has to be executed before the command which references the alias is read.
Example: $alias list='ls -la' Now when you type in the command list, the alias will substitute the command ls -la for list; and the long listing will be displayed.
hemsidor.torget.se /users/d/Devlin/shell/sh9a.html   (788 words)

  
 comp.unix.shell Frequently Asked Questions (FAQ) list   (Site not responding. Last check: 2007-09-08)
This often involves having the shell execute unix utilities to perform part of the work the shell script needs to accomplish, and requires knowledge of these utilities, which isn't nominally in the scope of shell programming.
The choice of shell is one which is available on all required platforms, and the syntax to be used is the smallest subset of all the variants of that shell on the target platforms.
The degree to which your shell script needs to be portable has to be determined by you, or the requirements you've been given for the script.
home.comcast.net /~j.p.h/cus-faq.html   (4201 words)

  
 UnixWorld Online: Tutorial Article: No. 018 -- Getting the Most From Your Shell   (Site not responding. Last check: 2007-09-08)
I will not bother with the C shell, on the grounds that I neither use it nor like it, and that it is so different as to be really the subjet of a seperate article.
Nowadays, there are at least two profile files for all shells derived from /bin/sh: one global file in /etc, /etc/profile; and one user-specific file in the user's home directory, ~/.profile.
The Unix shell, devised in the era of teletypes and 300-baud modems, is still a useful tool in today's computing world.
www.networkcomputing.com /unixworld/tutorial/018/018shell.html   (2730 words)

  
 MH & nmh: MH and the Shell   (Site not responding. Last check: 2007-09-08)
Most UNIX shells (except earlier Bourne shells) have aliases, functions, or both.
I type a short shell variable name; the shell expands it into the long folder name before it starts the MH command.
Bourne-type shells have two ways to change the environment: permanently (until you exit the current shell) and temporarily (for just one command).
www.ics.uci.edu /~mh/book/mh/mhanthsh.htm   (1191 words)

  
 SHELLdorado - Shell Tips & Tricks (Beginner)
I usually add an alias to my shell startup script to create easy to remember variations of the tr command for each purpose.
create an alias in your.profile alias cd="cdh" and then you need to create a function as follows in your env file cdh() { if [ $# = 0 ]; then cd else case $1 in.) echo "you are already in " ;;..) thisdir=`pwd` prevdir=`dirname $thisdir` cd $prevdir ;; *) counter=`ls -l
Have the the following shell functions in your.profile or In a run control file like.kshrc if you work in K shell.
www.shelldorado.com /shelltips/beginner.html   (1831 words)

  
 The UNIX Forums - c-shell
I agree with "Perderabo", however csh is the default shell in about 80% of the Industrial Unix solutions.
Now I'm happy to be doing UNIX and always enjoy the is so/is not arguments since I believe each person should use what the can, not what others want.
I've learned interactive shell and shell programming in tcsh, as it was the shell installed on our first college account (I think it was OSF) as well as on MacOSX.
www.unix.com /showthread.php?t=4073   (859 words)

  
 Unix Shell Patterns
Shell has emerged as a family of programming languages for the UNIX Operating System in the same sense that JobControlLanguage emerged as a programming language for mainframe job control in the 1960s.
It is a family of languages because we find variant syntaxes and capabilities in the Bourne shell, the Korn shell, the C shell, and others.
A Shell running in a process that is a child process of some parent process, also running a shell, often arranged so the two Shells can communicate through a pipe.
www.c2.com /cgi/wiki?UnixShellPatterns   (546 words)

  
 Softpanorama Unix Shell Dotfiles Page
If you set a shell option or alias in this script, it will not be propagated to a subshell.
The shell ksh keeps a command history in a file defined by the environment variables HISTFILE.
It is also possible to configure the shell to use Emacs-mode.
www.softpanorama.org /Scripting/Shellorama/dotfiles.shtml   (1220 words)

  
 Unix KornShell memento   (Site not responding. Last check: 2007-09-08)
Aliases : An alias is a nickname for a KornShell statement or script, a user program or a command.
It is recommanded (but not mandatory) to write the local variable names in lower case letters and those of global variables in upper case letters.
There are some variables which are set internally by the shell and which are available to the user:
cdfinfo.in2p3.fr /Services/Informatique/DOCU/munix.html   (2151 words)

  
 Quick Alias   (Site not responding. Last check: 2007-09-08)
Instructions for converting an electronic roster (or list of names) from e-mail into a group alias in ELM.
Enter the UNIX shell prompt (option 9 on main menu) and enter the directory containing the file you just saved.
This is a comment that may begin the list of names which are to be used in generating a group alias in ELM.
www.runet.edu /~cmett/Tools/quick_alias.html   (361 words)

  
 The UNIX Forums - Shell Problem.
When i do $echo $SHELL i can see the output /bin/csh which means ihave succesfully landed on c-shell.
If i remember right a ls -l will give you the long listing in C shell.
Alias is dead on.....it's the only way that ll wil produce the long listing.
www.unix.com /showthread.php?t=7778   (336 words)

  
 Unix shell? - Dev Shed
UNIX Help forum discussing the Unix Operating System and all variants including Irix, Solarix, and AIX.
Here Myvar variable has been inherited to the shell_script.sh because it executed in the current shell and has not forked a new shell.
Unix and Sybase I used it before, but it is ten years ago.
forums.devshed.com /t267883/s.html   (778 words)

  
 Bookpool: Unix Shell Programming
Unix Shell Programming is a tutorial aimed at helping Unix and Linux users get optimal performance out of their operating out of their operating system.
The vast majority of Unix users utilize the Korn shell or some variant of the Bourne shell, such as bash.
However, it is missing some fundamentals (which is reasonable since it focuses on the shell, and not the entire system).
www.bookpool.com /sm/0672324903   (532 words)

  
 Unix for Linguists: Shells, Aliases, and Scripts   (Site not responding. Last check: 2007-09-08)
Every Unix user has a shell, which interprets commands; actually there are several, in particular the original Bourne shell (
Virtually everything in Unix is designed to be automated, customized, or used in an alias or a script.
You never have to remember arcane Unix commands or switches for longer than it takes you to think up an alias for them.
www-personal.umich.edu /~jlawler/routledge/alias.html   (82 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.