我试图在Ubuntu中创建一个bash脚本,但我需要一些帮助。以下是我的指示。
创建一个名为matchit
的脚本,完成以下操作。
以下是我到目前为止的情况。非常感谢任何帮助!
#!/bin/bash
echo "Enter Name"
read user
if [ $user = vortex ]
then echo "Hello,%username%, we have a match!"
else echo "These parameters are not the same, %username%"
fi
>> /home/vortex/bashlog/mylog "Script executed by %username%, variable recieved where %parameter1% and %parameter2%"