Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash read

echo -n "Type something and press enter: ";
read;
echo You typed ${REPLY}
Comment

bash read

#!/bin/bash

echo "Target IP Address"
read ip
echo "Target IP Address is: $ip"
Comment

PREVIOUS NEXT
Code Example
Shell :: bash change user 
Shell :: ssh 
Shell :: openni 2 ros package install 
Shell :: hobo list services 
Shell :: top command 
Shell :: open video linux terminal 
Shell :: how to fix git commits 
Shell :: install spark 2.4.0 on ubuntu 
Shell :: shell get unique lines 
Shell :: conemu git bash 
Shell :: install maven ubuntu 20.04 
Shell :: get current directory batch 
Shell :: android studio tortoisegit 
Shell :: merge when pipeline succeeds gitlab 
Shell :: know committed files by author 
Shell :: immutable byte ssh 
Shell :: linux unity reinstall 
Shell :: c linux compiler 
Shell :: am i ~/.zshrc or ~/.bashrc 
Shell :: how to connect to a git repo in cmd 
Shell :: tsv to csv file bash 
Shell :: use github.com/stretchr/testify/assert 
Shell :: mariadb delete database 
Shell :: git diff without change mode 
Shell :: kali linux wsl 
Shell :: Export SSH Auth Key 
Shell :: npm start script not found 
Shell :: centos helm 
Shell :: win kex kali linux 
Shell :: checking remote status in git 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =