ระบบลินุกซ์หัวคำสั่ง

รหัสตัวอย่าง

9
0

N

# SYNTAX
# head [options] [file_name(s)]

# OPTIONS
# -n | N, prints out the furst N lines of the file(s)
# -q, doesn't print out the file headers
# -v, always prints out the file headers

# EXAMPLE
head -n 7 file.txt
head -q -n 5 file1.txt file2.txt

# CREDIT
# https://www.freecodecamp.org/news/bash-commands-bash-ls-bash-head-bash-mv-and-bash-cat-explained-with-examples/
1
0

N

With the flag -n | N, the head command prints out the first N lines of file(s)

head -n 7 file.txt	#Prints first 7 lines of file.txt
-1
0

N

print(data.head())

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................