summaryrefslogtreecommitdiffhomepage
path: root/no-nb/bash-no.html.markdown
diff options
context:
space:
mode:
authorSean Nam <namsangwoo1@gmail.com>2017-02-09 17:10:03 -0800
committerSean Nam <namsangwoo1@gmail.com>2017-02-09 17:10:03 -0800
commit5254804c1ccf51fb3c3c500a7095dd8408371837 (patch)
treecade605f3e011f8ac0d46ef74380c632e5502f99 /no-nb/bash-no.html.markdown
parent52ff8f41e4ef9de074081b5ef22c5dfa4dd86f0a (diff)
parent7f0fff0adf38fb47b36da4a8c319c6c9c28c546d (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'no-nb/bash-no.html.markdown')
-rw-r--r--no-nb/bash-no.html.markdown2
1 files changed, 0 insertions, 2 deletions
diff --git a/no-nb/bash-no.html.markdown b/no-nb/bash-no.html.markdown
index ab0c064f..481aecbd 100644
--- a/no-nb/bash-no.html.markdown
+++ b/no-nb/bash-no.html.markdown
@@ -217,8 +217,6 @@ bar ()
# Å kalle en funksjon:
foo "Mitt navn er" $NAME
-# There are a lot of useful commands you should learn:
-# prints last 10 lines of file.txt
# Det er mange nyttige kommandoer du bør lære deg:
# "tail" skriver ut slutten av en fil, i dette tilfellet de siste 10 linjene
tail -n 10 file.txt