1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 09:44:24 +02:00

[bash/no-nb] removes to lines of english (#2641)

removes to lines of english already translated in the two lines below
This commit is contained in:
enra
2017-01-31 08:46:07 +01:00
committed by ven
parent c65e45121a
commit 43b7377051

View File

@@ -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