I raised eyebrows recently when I was working with someone and we needed to create a file and instead of starting an editor I did: cat > filename ... Ctrl-D
Why not touch or echo? No reason for an editor or cat
Why not touch or echo? No reason for an editor or cat