Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
25
Lang/UNIX-Shell/00-LANG.txt
Normal file
25
Lang/UNIX-Shell/00-LANG.txt
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 its ''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.
|
||||
2
Lang/UNIX-Shell/00-META.yaml
Normal file
2
Lang/UNIX-Shell/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:UNIX_Shell
|
||||
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/15-puzzle-game
Symbolic link
1
Lang/UNIX-Shell/15-puzzle-game
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/15-puzzle-game/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/21-game
Symbolic link
1
Lang/UNIX-Shell/21-game
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/21-game/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/24-game
Symbolic link
1
Lang/UNIX-Shell/24-game
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/24-game/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/ABC-problem
Symbolic link
1
Lang/UNIX-Shell/ABC-problem
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/ABC-problem/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/Anagrams
Symbolic link
1
Lang/UNIX-Shell/Anagrams
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Anagrams/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Anagrams-Deranged-anagrams
Symbolic link
1
Lang/UNIX-Shell/Anagrams-Deranged-anagrams
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Anagrams-Deranged-anagrams/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/Append-a-record-to-the-end-of-a-text-file
Symbolic link
1
Lang/UNIX-Shell/Append-a-record-to-the-end-of-a-text-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Append-a-record-to-the-end-of-a-text-file/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-Complex
Symbolic link
1
Lang/UNIX-Shell/Arithmetic-Complex
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arithmetic-Complex/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/Arithmetic-geometric-mean
Symbolic link
1
Lang/UNIX-Shell/Arithmetic-geometric-mean
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arithmetic-geometric-mean/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/Array-length
Symbolic link
1
Lang/UNIX-Shell/Array-length
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Array-length/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/Assertions
Symbolic link
1
Lang/UNIX-Shell/Assertions
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Assertions/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Associative-array-Creation
Symbolic link
1
Lang/UNIX-Shell/Associative-array-Creation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Associative-array-Creation/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/Babbage-problem
Symbolic link
1
Lang/UNIX-Shell/Babbage-problem
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Babbage-problem/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Balanced-brackets
Symbolic link
1
Lang/UNIX-Shell/Balanced-brackets
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Balanced-brackets/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Base64-decode-data
Symbolic link
1
Lang/UNIX-Shell/Base64-decode-data
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Base64-decode-data/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Binary-digits
Symbolic link
1
Lang/UNIX-Shell/Binary-digits
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Binary-digits/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Binary-search
Symbolic link
1
Lang/UNIX-Shell/Binary-search
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Binary-search/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/Bitmap
Symbolic link
1
Lang/UNIX-Shell/Bitmap
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bitmap/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Bitmap-Bresenhams-line-algorithm
Symbolic link
1
Lang/UNIX-Shell/Bitmap-Bresenhams-line-algorithm
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bitmap-Bresenhams-line-algorithm/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Bitmap-Midpoint-circle-algorithm
Symbolic link
1
Lang/UNIX-Shell/Bitmap-Midpoint-circle-algorithm
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bitmap-Midpoint-circle-algorithm/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Bitmap-Read-a-PPM-file
Symbolic link
1
Lang/UNIX-Shell/Bitmap-Read-a-PPM-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bitmap-Read-a-PPM-file/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Bitmap-Write-a-PPM-file
Symbolic link
1
Lang/UNIX-Shell/Bitmap-Write-a-PPM-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bitmap-Write-a-PPM-file/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/CSV-data-manipulation
Symbolic link
1
Lang/UNIX-Shell/CSV-data-manipulation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/CSV-data-manipulation/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/CSV-to-HTML-translation
Symbolic link
1
Lang/UNIX-Shell/CSV-to-HTML-translation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/CSV-to-HTML-translation/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Caesar-cipher
Symbolic link
1
Lang/UNIX-Shell/Caesar-cipher
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Caesar-cipher/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Calculating-the-value-of-e
Symbolic link
1
Lang/UNIX-Shell/Calculating-the-value-of-e
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Calculating-the-value-of-e/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/Calendar---for-REAL-programmers
Symbolic link
1
Lang/UNIX-Shell/Calendar---for-REAL-programmers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Calendar---for-REAL-programmers/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/Canonicalize-CIDR
Symbolic link
1
Lang/UNIX-Shell/Canonicalize-CIDR
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Canonicalize-CIDR/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/Character-codes
Symbolic link
1
Lang/UNIX-Shell/Character-codes
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Character-codes/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Check-input-device-is-a-terminal
Symbolic link
1
Lang/UNIX-Shell/Check-input-device-is-a-terminal
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Check-input-device-is-a-terminal/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Check-output-device-is-a-terminal
Symbolic link
1
Lang/UNIX-Shell/Check-output-device-is-a-terminal
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Check-output-device-is-a-terminal/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/Classes
Symbolic link
1
Lang/UNIX-Shell/Classes
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Classes/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Collections
Symbolic link
1
Lang/UNIX-Shell/Collections
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Collections/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Colour-bars-Display
Symbolic link
1
Lang/UNIX-Shell/Colour-bars-Display
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Colour-bars-Display/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Comma-quibbling
Symbolic link
1
Lang/UNIX-Shell/Comma-quibbling
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Comma-quibbling/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/Compound-data-type
Symbolic link
1
Lang/UNIX-Shell/Compound-data-type
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Compound-data-type/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/Conways-Game-of-Life
Symbolic link
1
Lang/UNIX-Shell/Conways-Game-of-Life
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Conways-Game-of-Life/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Copy-a-string
Symbolic link
1
Lang/UNIX-Shell/Copy-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Copy-a-string/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/Count-occurrences-of-a-substring
Symbolic link
1
Lang/UNIX-Shell/Count-occurrences-of-a-substring
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Count-occurrences-of-a-substring/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Count-the-coins
Symbolic link
1
Lang/UNIX-Shell/Count-the-coins
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Count-the-coins/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/Create-an-HTML-table
Symbolic link
1
Lang/UNIX-Shell/Create-an-HTML-table
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Create-an-HTML-table/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/DNS-query
Symbolic link
1
Lang/UNIX-Shell/DNS-query
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/DNS-query/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/Define-a-primitive-data-type
Symbolic link
1
Lang/UNIX-Shell/Define-a-primitive-data-type
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Define-a-primitive-data-type/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/Department-numbers
Symbolic link
1
Lang/UNIX-Shell/Department-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Department-numbers/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Determine-if-a-string-is-numeric
Symbolic link
1
Lang/UNIX-Shell/Determine-if-a-string-is-numeric
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Determine-if-a-string-is-numeric/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/Digital-root
Symbolic link
1
Lang/UNIX-Shell/Digital-root
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Digital-root/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/Dynamic-variable-names
Symbolic link
1
Lang/UNIX-Shell/Dynamic-variable-names
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Dynamic-variable-names/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Elementary-cellular-automaton
Symbolic link
1
Lang/UNIX-Shell/Elementary-cellular-automaton
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Elementary-cellular-automaton/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/Environment-variables
Symbolic link
1
Lang/UNIX-Shell/Environment-variables
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Environment-variables/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/Eulers-sum-of-powers-conjecture
Symbolic link
1
Lang/UNIX-Shell/Eulers-sum-of-powers-conjecture
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Eulers-sum-of-powers-conjecture/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/Even-or-odd
Symbolic link
1
Lang/UNIX-Shell/Even-or-odd
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Even-or-odd/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Execute-Brain-
Symbolic link
1
Lang/UNIX-Shell/Execute-Brain-
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Execute-Brain-/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/FTP
Symbolic link
1
Lang/UNIX-Shell/FTP
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/FTP/UNIX-Shell
|
||||
1
Lang/UNIX-Shell/Factorial
Symbolic link
1
Lang/UNIX-Shell/Factorial
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Factorial/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