shell获取路径各部分
directory=$(dirname "$fullfile")
filename=$(basename "$fullfile")
extension="${filename##*.}"
filename="${filename%.*}"
编码转换
iconv -c -f GB2312 -t UTF-8 $source_filepath > $out_filepath
shell获取路径各部分
directory=$(dirname "$fullfile")
filename=$(basename "$fullfile")
extension="${filename##*.}"
filename="${filename%.*}"
编码转换
iconv -c -f GB2312 -t UTF-8 $source_filepath > $out_filepath
>>> Install dockerDownload docker from here then start docker.>>> Clone SRSgit clone https://gitee.com/winlinvip/srs.oschina.git srs &&cd srs && git remote set-url origin https://github.com/ossrs/srs.git &&...…