Skip to main content
typographical fixes
Source Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 265

I find --help usefulluseful as it lets me call help up while imI'm modding a command

For example

rsync -vPn ./* ./newfolder/.

Oh -- What is the dam flag for compress?

rsync -vPn --help ./* ./newfolder/. | less

I find the help command on flags sometimes very very usefulluseful and less time consuming. With man ive gotaI've got to type it in and the go back through my history to get back to the command I was in.

I find --help usefull as it lets me call help up while im modding a command

For example

rsync -vPn ./* ./newfolder/.

Oh What is the dam flag for compress?

rsync -vPn --help ./* ./newfolder/. | less

I find the help command on flags sometimes very very usefull and less time consuming. With man ive gota type it in and the go back through my history to get back to the command I was in.

I find --help useful as it lets me call help up while I'm modding a command

For example

rsync -vPn ./* ./newfolder/.

Oh -- What is the flag for compress?

rsync -vPn --help ./* ./newfolder/. | less

I find the help command on flags sometimes very very useful and less time consuming. With man I've got to type it in and the go back through my history to get back to the command I was in.

Source Link
whoami
  • 4k
  • 7
  • 29
  • 26

I find --help usefull as it lets me call help up while im modding a command

For example

rsync -vPn ./* ./newfolder/.

Oh What is the dam flag for compress?

rsync -vPn --help ./* ./newfolder/. | less

I find the help command on flags sometimes very very usefull and less time consuming. With man ive gota type it in and the go back through my history to get back to the command I was in.