Skip to main content

Shell Scripting Tutorial for Beginners 3 - Read User Input - Learn Online

Read command - The read command allows you to prompt for input and store it in a variable. shell allows to prompt for user input.
Syntax:
read varname [more vars]
or
read –p "prompt" varname [more vars]

words entered by user are assigned to varname and “more vars”
last variable gets rest of input line.


Comments

  1. Web Developer Blog1 March 2017 at 15:45

    Is shell relevant in 2017?

    ReplyDelete
  2. Usman Abdullahi Abbati1 March 2017 at 15:45

    please sir can you draft me the clue of this?
    Q1) What is the output of the following Java program:

    public class ArrayOutput {
    public static void main(String[] args) {
    int[] a;
    a = new int[10];
    for(int i = 0; i < a.length; i++){
    if(i % 2 == 0)
    a[i] = i;
    else
    a[i] = i * 2;
    System.out.print(a[i] + " ");
    }
    }
    }

    Q2) Modify the program of Q1 to produce the following output:
    0 1 4 3 16 5 36 7 64 9

    ReplyDelete
  3. can you explain me this line of code please it's in vb.net
    Regex.Replace("ThisIsACamelCaseString", "([a-z](?=[A-Z])|[A-Z](?=[A-Z][a-z]))", "$1 ")

    ReplyDelete

Post a Comment

Popular posts from this blog

How To Install Kali Linux in VirtualBox - Learn Online

in this video I am going to sho you How to install Kali Linux in Virtualbox : Step-by-step . This is A detailed guide on installing Kali Linux on VirtualBox. I am going to show How to Install Kali Linux 2016 + Guest Additions on VirtualBox. Install Kali linux 2.0 on Virtual Box Step by Step Install Kali LInux 2 in VirtualBox Installing Kali Linux 2016.1 on VirtualBox

C++ Programming Tutorial - How to Install Code::Blocks in Ubuntu Linux - Learn Online

Installing Code::Blocks How do I Install Code::Blocks HOWTO: Installing Code::Blocks 10.05 How do you install Irrlicht on Code::Blocks? How do you install CodeBlock on ubuntu? codeblocks /bin/sh: g++: not found Installing codeblocks on ubuntu Installing Code::Blocks on Ubuntu 10.04?

Increase screen resolution for Ubuntu when using VirtualBox - Learn Online

appearance - Improve Screen Resolution in Ubuntu How do I increase VirtualBox resolution Ubuntu on VirtualBox can only show resolution how do I get my ubuntu VM to auto adjust the screen resolution ubuntu - Vagrant/VirtualBox can't resolve Increasing Screen Size/Resolution on a VirtualBox