tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
9
Task/Binary-digits/UNIX-Shell/binary-digits.sh
Normal file
9
Task/Binary-digits/UNIX-Shell/binary-digits.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Define a function to output binary digits
|
||||
tobinary() {
|
||||
# We use the bench calculator for our conversion
|
||||
echo "obase=2;$1"|bc
|
||||
}
|
||||
|
||||
# Call the function with each of our values
|
||||
tobinary 5
|
||||
tobinary 50
|
||||
Loading…
Add table
Add a link
Reference in a new issue