Text only
|
Text with Images
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
Code
Select
Expand
man man
how can I route the output of
Code
Select
Expand
man [packagename]
into a file?
Title:
Output of man
Post by:
rolandx1
on
2012/06/16, 13:56:01
Code
Select
Expand
man ls >> ls.man
Title:
Output of man
Post by:
mylo
on
2012/06/16, 23:31:53
thanks!
Text only
|
Text with Images