Answers for "linux show first 10 characters of file"

1

get first few characters of file linux

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

Code answers related to "linux show first 10 characters of file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language