Skip to main content
Title case.
Link
jww
  • 103.4k
  • 106
  • 452
  • 974

Execute combine multiple linuxLinux commands in one line

Question Protected by CommunityBot
Improved formatting and tags
Link
approxiblue
  • 7.2k
  • 16
  • 53
  • 59

I am trying to merge multiple linux commands in one line to perform deployment operation. For example

cd /my_folder
rm *.jar
svn co path to repo
mvn compile package install

I hope you guys will understand my question.

I am trying to merge multiple linux commands in one line to perform deployment operation. For example

cd /my_folder
rm *.jar
svn co path to repo
mvn compile package install

I hope you guys will understand my question.

I am trying to merge multiple linux commands in one line to perform deployment operation. For example

cd /my_folder
rm *.jar
svn co path to repo
mvn compile package install
Source Link
d-man
  • 58.2k
  • 86
  • 216
  • 299
Loading