How to add two variable in bash?

I am trying to call another bash script from the current one help me?

  • my code is below I have written two scripts one to add user and another one to delete user I want to each one of that script using users input #!/bin/bash # # while : do clear echo ...show more

  • Answer:

    new.sc del.sc need to be in the path and chmod 755 , to make executable. you should not need the "bash" but is probably not a problem ? does new.sc , and del.sc work by themselves?

44PFXXOSUDOEPEXI5PBDSKWY7Q at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Try typing the entire path to the files

Tuebor

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.