Releases: gilcot/doc4sh
Releases · gilcot/doc4sh
1.5
Extract all comments from your shell script
chmod +x get_comments
chmod -r test0_txt
./get_comments test0_txt
./get_comments test1_txt
./get_comments test1_sh
./get_comments test1_sh '# '
./get_comments test1_pl
./get_comments test1_pl '# '
./get_comments test1_py
./get_comments test1_py '# '
./get_comments test2_py '"""' '"""'
./get_comments test1_rb
./get_comments test1_rb '# '
./get_comments test2_rb '=begin' '=end'
./get_comments test1_bas '[0-9][0-9] REM '
./get_comments test1_bas '[0-9]\{2\} REM '
./get_comments test1_bas '.. REM '
./get_comments test2_php '/\* ' ' \*/'
./get_comments test2_php '/\*' ' \*/'
./get_comments test3_php '// '
1.4
Extract all comments from your shell script
chmod +x get_comments
chmod -r test0_txt
./get_comments test0_txt
./get_comments test1_txt
./get_comments test1_sh
./get_comments test1_sh '# '
./get_comments test1_pl
./get_comments test1_pl '# '
./get_comments test1_py
./get_comments test1_py '# '
./get_comments test1_rb
./get_comments test1_rb '# '
./get_comments test1_bas '[0-9][0-9] REM '
./get_comments test1_bas '[0-9]\{2\} REM '
./get_comments test1_bas '.. REM '
./get_comments test3_php '// '
./get_comments test2_php '/\* ' ' \*/'
1.3
Extract all comments from your shell script
chmod +x get_comments
chmod -r test0_txt
./get_comments test0_txt
./get_comments test1_txt
./get_comments test1_sh
./get_comments test1_sh '# '
./get_comments test1_pl
./get_comments test1_pl '# '
./get_comments test1_py
./get_comments test1_py '# '
./get_comments test1_rb
./get_comments test1_rb '# '
./get_comments test1_bas '[0-9][0-9] REM '
./get_comments test1_bas '[0-9]\{2\} REM '
./get_comments test1_bas '.. REM '
./get_comments test3_php '// '
1.2
Extract all comments from your script (any language that use hashtag)
chmod +x get_comments
chmod -r test0_txt
./get_comments test0_txt
./get_comments test1_txt
./get_comments test1_sh
./get_comments test1_pl
./get_comments test1_py
./get_comments test1_rb