这是我的文本文件,我想删除第一行(带空白):
abc! def # ghi./; jklm nopqrs
如何从文本文件中删除第一行?
我希望第二行成为第一行:
def # ghi./; jklm nopqrs
我尝试了findstr命令,但是它不起作用。
findstr
command-line text cmd batch-file
batch-file ×1
cmd ×1
command-line ×1
text ×1