Siduction Forum

Siduction Forum => Software - Support => Topic started by: mylo on 2012/06/16, 13:30:25

Title: Output of man
Post by: mylo on 2012/06/16, 13:30:25
Hi, as I cannot find in
man man
how can I route the output of man [packagename]into a file?
Title: Output of man
Post by: rolandx1 on 2012/06/16, 13:56:01
man ls >> ls.man
Title: Output of man
Post by: mylo on 2012/06/16, 23:31:53
thanks!