tar - shell script command doubt -


i have command in shell script

configs="`tar -tzf ${configs_archive}`" 

configs_archive tar.gz file. if command executed value of configs?

thanks, linuxpenseur

` quote executing command. unless put ` quote, shell treat command regular string. if want execute command , save variable do, must put ` quote


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -