Quote:
Originally Posted by Shohreh
Thanks for the infos.
What's the correct way to use that Perl script?
Code:
:~/man-to-md-master# ./man-to-md.pl < smb.conf > smb.conf.md
-bash: smb.conf: No such file or directory
|
The command is to read smb.conf and write to smb.conf.md
Presumably the former is the file to be converted and the latter is the conversion to markdown result. If "smb.conf" is not in the current working directory, the full or relative path must be supplied.