Answer the qs in UNIX commands


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Answer the qs in UNIX commands
# 1  
Old 11-21-2018
Answer the qs in UNIX commands

1) whats the output of the below script, when executed at the command line
vi test.ksh
echo 'output $@:'$@
echo 'output$#:'$#
----------------
cmd execution as follows
$test.ksh Hello"


a)output $@:1,output $#:Hello
b)output $@:Hello,output $#:1
c)output$@:,output $#:
d)None of the above


2)whats the output of following script
pdate='20090130
pcomp='ABC
echo '$pdate'"_$pdate"
a)ABC+20090130
b) $pcomp_20090130
c)ABC_$pdate
d)ABC_pdate




3) whats the output for the following environment variable
echo "SHELL1"$SHELL"
SHELL='Hello'
echo "SHELL2:$SHELL"
a)SHELL1:,SHELL2:
b)SHELL1:ksh,SHELL2:Hello
c)SHELL1: <default shell>,SHELL2:Hello
d) SHELL1:SHELL,SHELL2:SHELL
# 2  
Old 11-21-2018
So - what would be YOUR answers?
# 3  
Old 11-21-2018
Hi Rudic.


my answer is 1)c , 2)b 3)c.


Please confirm if my answer is correct
# 4  
Old 11-21-2018
My first step were to sit down at my computer, enter and run the scripts, and check the results. If doing so, would you still need somebody else's confirmation?
# 5  
Old 11-21-2018
Do not post classroom or homework problems in the main forums. Homework and coursework questions can only be posted in this forum under special homework rules.

Please review the rules, which you agreed to when you registered, if you have not already done so.

More-than-likely, posting homework in the main forums has resulting in a forum infraction. If you did not post homework, please explain the company you work for and the nature of the problem you are working on.

If you did post homework in the main forums, please review the guidelines for posting homework and repost.

Thank You.

The UNIX and Linux Forums.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help with UNIX commands

I need some help with a unix command. I want to download files from a directory, this is the url of one of the files http://www.brugmansia.us/forums/uploads/packages-0296224001353469825.jpg And there are several hundred that start with http://www.brugmansia.us/forums/uploads/packages- ... (1 Reply)
Discussion started by: Mary Voss
1 Replies

2. Shell Programming and Scripting

Auto Answer Commands

I'm trying to script out the following commands; newfs ufsdump ufsrestore All of these commands ask me to continue. ufsrestore asks set owner/mode for '.'? y Directories already exist, set modes anyway? y newfs asks newfs: construct a new file system... (6 Replies)
Discussion started by: adelsin
6 Replies

3. UNIX for Dummies Questions & Answers

Unix Experts Answer this INterview Questions please

1, why Boot server should be in a network in jumpstart? 2, what is the different between patch and package? 3, how to list the avilable NIC in solaris9? 4, User complaing system is slow (solaris) what are the steps to check? 5, what is hardware error and software error and Transport Error? in... (5 Replies)
Discussion started by: suresh_krish
5 Replies

4. UNIX for Dummies Questions & Answers

UNIX Commands

Hi! I've found a site where you can enter a year and then you see that year on a calender. Now I must put in a ls command AND the cmd of the calender at the same time !! But how do I have to do that? (1 Reply)
Discussion started by: mS78-Aq81
1 Replies

5. UNIX for Dummies Questions & Answers

Running UNIX commands remotely in Windows box from Unix box – avoid entering password

I am able to run the UNIX commands in a Windows box from a UNIX box through "SSH" functionality. But whenever the SSH connection is established between UNIX and Windows, password for windows box is being asked. Is there a way to avoid asking password whenever the SSH connection is made? Can I... (1 Reply)
Discussion started by: D.kalpana
1 Replies

6. UNIX for Dummies Questions & Answers

unix commands ?

Does anyone know where I should go to get a list of unix commands? I'm also a new user to unix/ redhat linux which I just loaded to my computer, but I'm having username and password problems confused ? (5 Replies)
Discussion started by: savagebeast
5 Replies

7. UNIX for Dummies Questions & Answers

the unix answer to SSI?

On websites I build one thing I like to use is SSI to make it easier for the owner of the site to update parts of it him/herself. So the text of a page is keep in a simple .txt file, which the main page calls. Unix does not support this (I'm told), is there a similar system I can use with UNIX?... (1 Reply)
Discussion started by: garrettcarr
1 Replies

8. UNIX for Dummies Questions & Answers

Maingrame to UNIX sending UNIX commands

I want to know if there is a way to send unix commands thru FTP from a mainframe to kick off Autosys Jobs. I just need to send a command from the mainframe to UNIX and have UNIX execute that command. (2 Replies)
Discussion started by: skammer
2 Replies

9. UNIX for Dummies Questions & Answers

Unix Commands

:rolleyes: !hello sir, Iam new to Unix O.S., Please tell where can i find Command with syntaxes., On with web SITE (2 Replies)
Discussion started by: smdakram
2 Replies
Login or Register to Ask a Question