Answers for "windows cmd "head -n " equivalent"

0

windows cmd "head -n " equivalent

#Use powershell in windows. It's windows command terminal's future
select -first 1 ##filters only 1 first match
Posted by: Guest on January-21-2022

Code answers related to "windows cmd "head -n " equivalent"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language