I'm using many basic commands of unix/linux. In Mac OS X Mavericks, I type cat for a file, but output was faulty.
In example, content of the file named bar:
foo
bar
Then:
kaanklky-air:foo-folder kaanklky$ cat bar
foo
barkaanklky-air:foo-folder kaanklky$
cat
command give last line of file with shell's last status, so I want edit cat
command to fix it.
How I can do it?