man - Quick search of command options in bash -


i found myself in situation parameters of command in bash. instance, find -type f -name '*py' -print0. in order find of need go through man,info, or --help option laborious , time consuming. there way make search instant. ideally, love see like: find -type --help stating on type option of find.

if man pages open in less can use / search on it.

man find

/-type

n, next search

n previous search


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -