Array output for option of command in bash script
- by dewaforex
Hi,
Sorry for my bad english
I'm stuck figure out with my bash script with array for option of command
I make bash script to extract attachments from mkv file, and at the end merge again that attachments to mkv file after the video/audio has been encoding..
this is for extract attachment
#find the total of attachment
A=$(mkvmerge -i input.mkv |…