GLXShell.libs.core module¶
- GLXShell.libs.core.head(files, number=10)[source]¶
head - copy the first part of files
- Parameters
number (int) – The first number lines of each input file shall be copied to standard output.
files (list or None) – A list where each item is pathname of an input file.