: Sometimes a file looks like macs.txt but is actually macs.txt.rtf . Right-click the file and select Get Info to verify.
If the file shows weird symbols, it might have line endings instead of modern Unix (LF) line endings. 16_line.gofast macs.txt
How do mac users create a blank text file where you want it? : Sometimes a file looks like macs
You can convert these easily using or specialized code editors like VS Code. Summary of Best Practices 16_line.gofast macs.txt
If it is a shell script, you may need to grant it execution permissions: chmod +x 16_line.gofast\ macs.txt . :