bash script on windows




on windows as the Edit>"EOL" as Unix

https://www.howtogeek.com/261591/how-to-create-and-run-bash-shell-scripts-on-windows-10/

cd to folder

cd /mnt/c/Users/jkriker/Desktop/J Customers/ . . . 



#!/bin/bash
echo "JLK script to extract information from junos SCRIPT"
# pwd
# ls -al
# exit 1


run the script 

chmod w+x  script_to_filter_inmformation.sh


just run:

./script_to_filter_inmformation.sh

Also

bash script_to_filter_inmformation.sh