#!/bin/bash
start=3
end=8
for i in $(seq $start $end); do
if test ${i} -lt ${end}
then
echo "${i} less than ${n} "
fi
if test ${i} -eq ${end}
then
echo "${i} equal to ${n} "
fi
done
Step 1: Install OpenSSH Server You can do this via PowerShell (run as Administrator ): Check if it's already available: Get-WindowsCapab...
No comments:
Post a Comment