What does $@ mean in shell?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

What is shell prompt?

0 Answers  


How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }

0 Answers   Wipro,


What are the three main forms of enabling debugging in a shell script?

6 Answers   ADC, Wipro,


Why are there shells on the beach?

0 Answers  


What command needs to be used to take the backup?

0 Answers  






How do we delete all blank lines in a file?

0 Answers  


How do I stop script errors?

0 Answers  


How do you read arguments in a shell program - $1, $2 ..?

4 Answers  


What is the use of echo in shell script?

0 Answers  


In shell scripting if text is surrounded by single quotes what does it denotes?

3 Answers  


What is bash shell command?

0 Answers  


Is SSO and SSL support BOXI?

2 Answers  


Categories