Also perhaps indicate what you want to achieve (I don't have an
hd command, and didn't find a man page after a quick search)

sorry.. i'll be more precise in future...

but, if you don't have hd (hexdump) how can you see the content of a, for example, strange file

i mean

$ ls -l
total 0
-rw-r--r-- 1 user1 user1 0 2009-11-28 14:56 ?

$ hd <(ls)
00000000  09 0a                                             |..|
00000002

$ rm $'\x09'

$ ls -l
total 0



do you know another way to do it?



Reply via email to