Learning the bash shell, 3rd edition by Cameron Newham
Author:Cameron Newham [Cameron Newham]
Language: eng
Format: epub
Tags: Sciences
ISBN: 9780596158965
Published: 2009-02-09T00:00:00+00:00
-a
Displays every built-in and whether it is enabled or not
-d
Deletes a built-in loaded with -f
-f filename
Loads a new built-in from the shared-object filename
-n
Disables a built-in or displays a list of disabled built-ins
-p
Displays a list of all of the built-ins
-s
Restricts the output to POSIX "special" built-ins
Of these options, -n is the most useful; it is used to disable a built-in. enable without an option enables a built-in. More than one built-in can be given as arguments to enable, so enable -n pushd popd dirs would disable the pushd, popd, and dirs built-ins.[13]
You can find out what built-ins are currently enabled and disabled by using the command on its own, or with the -p option; enable or enable -p will list all enabled built-ins, and enable -n will list all disabled built-ins. To get a complete list with their current status, you can use enable -a.
The -s option restricts the output to POSIX `special' built-ins. These are :, ., source, break, continue, eval, exec, exit, export, readonly, return, set, shift, trap, and unset.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
AIX | Administration |
DNS & Bind | Shell |
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7762)
Filmora Efficient Editing by Alexander Zacharias(5736)
The Infinite Retina by Robert Scoble Irena Cronin(5211)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(3949)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3932)
Edit Like a Pro with iMovie by Regit(3398)
Linux Administration Best Practices by Scott Alan Miller(2857)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2834)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2520)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2368)
Docker on Windows by Stoneman Elton(2317)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2311)
Creative Projects for Rust Programmers by Carlo Milanesi(2217)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2107)
Hands-On Linux for Architects by Denis Salamanca(2051)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(2002)
Computers For Seniors For Dummies by Nancy C. Muir(1995)
The Old New Thing by Raymond Chen(1939)
Linux Kernel Debugging by Kaiwan N Billimoria(1761)
