man tcsh | col -b > tcsh.txt ; info tcsh -o tcsh.txt -s
command to get the man page content to file
博客展示了两条命令,通过‘man tcsh | col -b > tcsh.txt’和‘info tcsh -o tcsh.txt -s’获取tcsh的相关信息,并将其保存到tcsh.txt文件中,属于信息技术中命令操作范畴。
博客展示了两条命令,通过‘man tcsh | col -b > tcsh.txt’和‘info tcsh -o tcsh.txt -s’获取tcsh的相关信息,并将其保存到tcsh.txt文件中,属于信息技术中命令操作范畴。
man tcsh | col -b > tcsh.txt ; info tcsh -o tcsh.txt -s

被折叠的 条评论
为什么被折叠?