mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +00: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:
parent
c65e45121a
commit
43b7377051
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user