langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
25
Lang/UNIX-Shell/0DESCRIPTION
Normal file
25
Lang/UNIX-Shell/0DESCRIPTION
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{{language
|
||||
|exec=interpreted
|
||||
|tags=bash
|
||||
|hopl id=568
|
||||
}}The '''UNIX Shell''' is a component of terminal-based [[UNIX]]-derived systems which offers both a command-line interface for running system commands, as well as programming interface for intelligently automating tasks which use system commands.
|
||||
|
||||
=Implementation=
|
||||
|
||||
There are many UNIX Shells and most of them can be categorized into two families. For purposes of the Rosetta Code, all examples are in Bourne-compatible syntax. The other family of shells, with a markedly different syntax, are ''csh'' ([[:Category:C Shell|C Shell]]) and it's ''tcsh'' (Tenex C Shell) "clone." Common Bourne compatible shells include the original [[Bourne Shell]] (''/bin/sh'' on most versions of UNIX), the GNU [[Bourne Again SHell]] (''bash'' --- which is linked to ''/bin/sh'' on many distributions of [[Linux]], making it their default shell), the [[Korn Shell]] (''ksh''), the [[Public Domain Korn SHell]] (''pdksh''), the [[Almquist SHell]] (''ash'') and the [[Debian Almquist SHell]] (''dash'') and the [[Z SHell]] (''zsh'').
|
||||
|
||||
|
||||
''Main article: [[UNIX Shell Implementations]]''
|
||||
|
||||
=Language=
|
||||
|
||||
While UNIX Shells vary in the programming languages they support, such languages carry a minimum set of features. Each language allows the programmer to [[Execute a System Command|execute system commands]] as though he were typing the commands himself, and each language allows for a header line which specifies which shell implementation is used to interpret the script.
|
||||
|
||||
This one tells the operating system to use the [[Bourne Shell]]:
|
||||
#!/bin/sh
|
||||
This line tells the operating system to use the [[Bourne Again SHell]]:
|
||||
#!/bin/bash
|
||||
And this one tells the operating system to use the [[Korn Shell]]:
|
||||
#!/bin/ksh
|
||||
|
||||
Each header line consists of a hash, a bang, and the path to the [[interpreter]] binary.
|
||||
1
Lang/UNIX-Shell/100-doors
Symbolic link
1
Lang/UNIX-Shell/100-doors
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/100-doors/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/99-Bottles-of-Beer
Symbolic link
1
Lang/UNIX-Shell/99-Bottles-of-Beer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/99-Bottles-of-Beer/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/A+B
Symbolic link
1
Lang/UNIX-Shell/A+B
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/A+B/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Accumulator-factory
Symbolic link
1
Lang/UNIX-Shell/Accumulator-factory
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Accumulator-factory/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Ackermann-function
Symbolic link
1
Lang/UNIX-Shell/Ackermann-function
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Ackermann-function/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Active-Directory-Search-for-a-user
Symbolic link
1
Lang/UNIX-Shell/Active-Directory-Search-for-a-user
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Active-Directory-Search-for-a-user/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Align-columns
Symbolic link
1
Lang/UNIX-Shell/Align-columns
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Align-columns/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Anonymous-recursion
Symbolic link
1
Lang/UNIX-Shell/Anonymous-recursion
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Anonymous-recursion/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Apply-a-callback-to-an-array
Symbolic link
1
Lang/UNIX-Shell/Apply-a-callback-to-an-array
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Apply-a-callback-to-an-array/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Arithmetic-Integer
Symbolic link
1
Lang/UNIX-Shell/Arithmetic-Integer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arithmetic-Integer/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Array-concatenation
Symbolic link
1
Lang/UNIX-Shell/Array-concatenation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Array-concatenation/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Arrays
Symbolic link
1
Lang/UNIX-Shell/Arrays
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arrays/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Associative-array-Iteration
Symbolic link
1
Lang/UNIX-Shell/Associative-array-Iteration
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Associative-array-Iteration/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Averages-Arithmetic-mean
Symbolic link
1
Lang/UNIX-Shell/Averages-Arithmetic-mean
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Averages-Arithmetic-mean/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Averages-Mode
Symbolic link
1
Lang/UNIX-Shell/Averages-Mode
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Averages-Mode/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Bitcoin-address-validation
Symbolic link
1
Lang/UNIX-Shell/Bitcoin-address-validation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bitcoin-address-validation/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Boolean-values
Symbolic link
1
Lang/UNIX-Shell/Boolean-values
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Boolean-values/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Box-the-compass
Symbolic link
1
Lang/UNIX-Shell/Box-the-compass
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Box-the-compass/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Bulls-and-cows
Symbolic link
1
Lang/UNIX-Shell/Bulls-and-cows
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bulls-and-cows/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Calendar
Symbolic link
1
Lang/UNIX-Shell/Calendar
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Calendar/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Call-a-function
Symbolic link
1
Lang/UNIX-Shell/Call-a-function
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Call-a-function/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Case-sensitivity-of-identifiers
Symbolic link
1
Lang/UNIX-Shell/Case-sensitivity-of-identifiers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Case-sensitivity-of-identifiers/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Check-that-file-exists
Symbolic link
1
Lang/UNIX-Shell/Check-that-file-exists
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Check-that-file-exists/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Combinations-with-repetitions
Symbolic link
1
Lang/UNIX-Shell/Combinations-with-repetitions
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Combinations-with-repetitions/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Command-line-arguments
Symbolic link
1
Lang/UNIX-Shell/Command-line-arguments
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Command-line-arguments/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Comments
Symbolic link
1
Lang/UNIX-Shell/Comments
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Comments/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Conditional-structures
Symbolic link
1
Lang/UNIX-Shell/Conditional-structures
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Conditional-structures/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Count-in-octal
Symbolic link
1
Lang/UNIX-Shell/Count-in-octal
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Count-in-octal/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Create-a-file
Symbolic link
1
Lang/UNIX-Shell/Create-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Create-a-file/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Create-a-file-on-magnetic-tape
Symbolic link
1
Lang/UNIX-Shell/Create-a-file-on-magnetic-tape
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Create-a-file-on-magnetic-tape/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Date-format
Symbolic link
1
Lang/UNIX-Shell/Date-format
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Date-format/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Date-manipulation
Symbolic link
1
Lang/UNIX-Shell/Date-manipulation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Date-manipulation/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Day-of-the-week
Symbolic link
1
Lang/UNIX-Shell/Day-of-the-week
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Day-of-the-week/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Deal-cards-for-FreeCell
Symbolic link
1
Lang/UNIX-Shell/Deal-cards-for-FreeCell
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Deal-cards-for-FreeCell/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Delete-a-file
Symbolic link
1
Lang/UNIX-Shell/Delete-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Delete-a-file/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Determine-if-only-one-instance-is-running
Symbolic link
1
Lang/UNIX-Shell/Determine-if-only-one-instance-is-running
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Determine-if-only-one-instance-is-running/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Dinesmans-multiple-dwelling-problem
Symbolic link
1
Lang/UNIX-Shell/Dinesmans-multiple-dwelling-problem
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Dinesmans-multiple-dwelling-problem/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Dutch-national-flag-problem
Symbolic link
1
Lang/UNIX-Shell/Dutch-national-flag-problem
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Dutch-national-flag-problem/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Empty-directory
Symbolic link
1
Lang/UNIX-Shell/Empty-directory
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Empty-directory/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Empty-program
Symbolic link
1
Lang/UNIX-Shell/Empty-program
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Empty-program/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Empty-string
Symbolic link
1
Lang/UNIX-Shell/Empty-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Empty-string/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Enforced-immutability
Symbolic link
1
Lang/UNIX-Shell/Enforced-immutability
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Enforced-immutability/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Ethiopian-multiplication
Symbolic link
1
Lang/UNIX-Shell/Ethiopian-multiplication
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Ethiopian-multiplication/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Evaluate-binomial-coefficients
Symbolic link
1
Lang/UNIX-Shell/Evaluate-binomial-coefficients
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Evaluate-binomial-coefficients/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Execute-a-system-command
Symbolic link
1
Lang/UNIX-Shell/Execute-a-system-command
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Execute-a-system-command/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Extend-your-language
Symbolic link
1
Lang/UNIX-Shell/Extend-your-language
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Extend-your-language/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Factorial
Symbolic link
1
Lang/UNIX-Shell/Factorial
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Factorial/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Fibonacci-sequence
Symbolic link
1
Lang/UNIX-Shell/Fibonacci-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Fibonacci-sequence/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/File-IO
Symbolic link
1
Lang/UNIX-Shell/File-IO
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/File-IO/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/File-modification-time
Symbolic link
1
Lang/UNIX-Shell/File-modification-time
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/File-modification-time/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/File-size
Symbolic link
1
Lang/UNIX-Shell/File-size
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/File-size/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Filter
Symbolic link
1
Lang/UNIX-Shell/Filter
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Filter/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Find-common-directory-path
Symbolic link
1
Lang/UNIX-Shell/Find-common-directory-path
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Find-common-directory-path/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Find-limit-of-recursion
Symbolic link
1
Lang/UNIX-Shell/Find-limit-of-recursion
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Find-limit-of-recursion/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/FizzBuzz
Symbolic link
1
Lang/UNIX-Shell/FizzBuzz
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/FizzBuzz/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Fork
Symbolic link
1
Lang/UNIX-Shell/Fork
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Fork/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Function-composition
Symbolic link
1
Lang/UNIX-Shell/Function-composition
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Function-composition/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Function-definition
Symbolic link
1
Lang/UNIX-Shell/Function-definition
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Function-definition/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Greatest-common-divisor
Symbolic link
1
Lang/UNIX-Shell/Greatest-common-divisor
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Greatest-common-divisor/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Greatest-element-of-a-list
Symbolic link
1
Lang/UNIX-Shell/Greatest-element-of-a-list
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Greatest-element-of-a-list/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Guess-the-number
Symbolic link
1
Lang/UNIX-Shell/Guess-the-number
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Guess-the-number/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Guess-the-number-With-feedback
Symbolic link
1
Lang/UNIX-Shell/Guess-the-number-With-feedback
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Guess-the-number-With-feedback/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/HTTP
Symbolic link
1
Lang/UNIX-Shell/HTTP
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/HTTP/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/HTTPS
Symbolic link
1
Lang/UNIX-Shell/HTTPS
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/HTTPS/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Hailstone-sequence
Symbolic link
1
Lang/UNIX-Shell/Hailstone-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hailstone-sequence/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Handle-a-signal
Symbolic link
1
Lang/UNIX-Shell/Handle-a-signal
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Handle-a-signal/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Happy-numbers
Symbolic link
1
Lang/UNIX-Shell/Happy-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Happy-numbers/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Hello-world-Graphical
Symbolic link
1
Lang/UNIX-Shell/Hello-world-Graphical
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Graphical/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Hello-world-Line-printer
Symbolic link
1
Lang/UNIX-Shell/Hello-world-Line-printer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Line-printer/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Hello-world-Newline-omission
Symbolic link
1
Lang/UNIX-Shell/Hello-world-Newline-omission
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Newline-omission/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Hello-world-Standard-error
Symbolic link
1
Lang/UNIX-Shell/Hello-world-Standard-error
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Standard-error/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Hello-world-Text
Symbolic link
1
Lang/UNIX-Shell/Hello-world-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Text/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Here-document
Symbolic link
1
Lang/UNIX-Shell/Here-document
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Here-document/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Hostname
Symbolic link
1
Lang/UNIX-Shell/Hostname
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hostname/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/I-before-E-except-after-C
Symbolic link
1
Lang/UNIX-Shell/I-before-E-except-after-C
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/I-before-E-except-after-C/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Include-a-file
Symbolic link
1
Lang/UNIX-Shell/Include-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Include-a-file/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Increment-a-numerical-string
Symbolic link
1
Lang/UNIX-Shell/Increment-a-numerical-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Increment-a-numerical-string/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Input-loop
Symbolic link
1
Lang/UNIX-Shell/Input-loop
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Input-loop/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Integer-comparison
Symbolic link
1
Lang/UNIX-Shell/Integer-comparison
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Integer-comparison/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Integer-sequence
Symbolic link
1
Lang/UNIX-Shell/Integer-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Integer-sequence/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Interactive-programming
Symbolic link
1
Lang/UNIX-Shell/Interactive-programming
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Interactive-programming/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Inverted-index
Symbolic link
1
Lang/UNIX-Shell/Inverted-index
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Inverted-index/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Keyboard-input-Obtain-a-Y-or-N-response
Symbolic link
1
Lang/UNIX-Shell/Keyboard-input-Obtain-a-Y-or-N-response
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Keyboard-input-Obtain-a-Y-or-N-response/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Knuth-shuffle
Symbolic link
1
Lang/UNIX-Shell/Knuth-shuffle
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Knuth-shuffle/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Last-Friday-of-each-month
Symbolic link
1
Lang/UNIX-Shell/Last-Friday-of-each-month
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Last-Friday-of-each-month/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Leap-year
Symbolic link
1
Lang/UNIX-Shell/Leap-year
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Leap-year/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Least-common-multiple
Symbolic link
1
Lang/UNIX-Shell/Least-common-multiple
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Least-common-multiple/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Literals-Integer
Symbolic link
1
Lang/UNIX-Shell/Literals-Integer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Literals-Integer/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Literals-String
Symbolic link
1
Lang/UNIX-Shell/Literals-String
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Literals-String/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Loop-over-multiple-arrays-simultaneously
Symbolic link
1
Lang/UNIX-Shell/Loop-over-multiple-arrays-simultaneously
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loop-over-multiple-arrays-simultaneously/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Loops-Break
Symbolic link
1
Lang/UNIX-Shell/Loops-Break
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Break/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Loops-Continue
Symbolic link
1
Lang/UNIX-Shell/Loops-Continue
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Continue/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Loops-Do-while
Symbolic link
1
Lang/UNIX-Shell/Loops-Do-while
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Do-while/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Loops-Downward-for
Symbolic link
1
Lang/UNIX-Shell/Loops-Downward-for
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Downward-for/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Loops-For
Symbolic link
1
Lang/UNIX-Shell/Loops-For
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-For/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Loops-For-with-a-specified-step
Symbolic link
1
Lang/UNIX-Shell/Loops-For-with-a-specified-step
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-For-with-a-specified-step/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Loops-Foreach
Symbolic link
1
Lang/UNIX-Shell/Loops-Foreach
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Foreach/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Loops-Infinite
Symbolic link
1
Lang/UNIX-Shell/Loops-Infinite
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Infinite/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Loops-N-plus-one-half
Symbolic link
1
Lang/UNIX-Shell/Loops-N-plus-one-half
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-N-plus-one-half/UNIX-Shell
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue