Tagged Questions
3
votes
2answers
92 views
Make ls distinguish scripts from binaries in output
Is it possible to make ls distinguish executable scripts from actual compiled binaries?
The permissions are most often the same (+x), and with ls -F you get an asterisk suffix (*) for both, so it's ...
4
votes
2answers
453 views
What is produced after using cat on an image?
Let's say one creates a file like so:
touch myFile
You enter some text in it with vim or whatever, and then use cat myFile to spit the contents out into the terminal.
Now, what happens when I use ...
