Linux Command

 

////////////////////////////////////////////////////

#! /bin/bash

#this tutorial is for variable

echo $BASH

echo $BASH_VERSION

echo $PWD



#!/bin/bash

echo "my mane is raju"


read -sp "enter youruser  name:" userName

echo "username is: $userName"


////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////




////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////



////////////////////////////////////////////////////





////////////////////////////////////////////////////

Comments

Popular posts from this blog

Automation Testing

AWS-NOTES

AWS API Gateway Interview questions