linux - od --width=x option isn't working. My path seems to be correct. -
this in .bashrc file:
export path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
but when run:
od –-width=10 image.ppm
i message "od: –width=10: no such file or directory"
is there wrong path?
it looks if pasted --width
option improved double-dash @ beginning of option. should 2 ascii -
(minus-sign) characters.
pasting example command, actual character u+2013 rather u+002d
Comments
Post a Comment