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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -