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

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

javascript - Feed FileReader from server side files -

php - yii multiselect dropdown with search property? -