Exercise 1: Please create a script that print “Hello, your name.” • Exercise 2: Please create a directory call user_bin, and add it to PATH. Then mv script of Exercise 1 to user_bin. Then run it from your root directory. • Exercise 3: Add a new command call ‘l’ which will perform exact same as ‘ls -a’.
• Exercise 1: Please create a script that print “Hello, your name.”
• Exercise 2: Please create a directory call user_bin, and add it to PATH. Then mv script of Exercise 1 to user_bin. Then
run it from your root directory.
• Exercise 3: Add a new command call ‘l’ which will perform exact same as ‘ls -a’.
• Exercise 4: Create a function call sortFile, which will sort all filenames of current directory.
• Exercise 5: Please make your own page using shell script, print following as your page.
<html>
<head>
<title>
My
</title>
</head>
<body>
<h1>My System Information</h1>
</body>
</html>
Exercise 6: Could you add one variable in the example, name the variable as greeting, which displays “Hello, my
name is xxx xxx” in the body using variable greeting.
• Exercise 7: Could you add one variable in the example, name the variable as FILE_LIST, which displays the filenames of
current working directory
Trending now
This is a popular solution!
Step by step
Solved in 3 steps
Can someone give step by step instructions on how to do the first question. And can you show your console output on how you created the script with the input of name and it comes out in your output when you execute it?