Answers for "get first few characters of file linux"

1

get first few characters of file linux

head -c20 yourFile.txt
Posted by: Guest on July-23-2020

Code answers related to "get first few characters of file linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language