1 line
51 B
Batchfile
1 line
51 B
Batchfile
for /f %%i in (file.txt) do if %%i@ neq @ echo %%i
|
for /f %%i in (file.txt) do if %%i@ neq @ echo %%i
|