Skip to main content
deleted 13 characters in body
Source Link

File mkisofsmkisofs has the following one line string:

I need to remove every mode-flag with its options that start with "-jidgo". This is for part of the script I'm writing. Native or sed options preferred, but willing to expand resources to get the job done.

###########

File mkisofs has the following one line string:

I need to remove every mode-flag with its options that start with "-jidgo". This is for part of the script I'm writing. Native or sed options preferred, but willing to expand resources to get the job done.

###########

File mkisofs has the following one line string:

I need to remove every mode-flag with its options that start with "-jidgo". This is for part of the script I'm writing. Native or sed options preferred, but willing to expand resources to get the job done.

added 15 characters in body
Source Link

I was able to remove them after putting each mode-flag on a seperateseparate line with, and then running:

I was able to remove them after putting each mode-flag on a seperate line with:

I was able to remove them after putting each mode-flag on a separate line, and then running:

added 131 characters in body
Source Link

I need to remove every mode-flag with its options that start with "-jidgo". This is for part of the script I'm writing. Native or sed options preferred, but willing to expand resources to get the job done.

I need to remove every mode-flag with its options that start with "-jidgo".

I need to remove every mode-flag with its options that start with "-jidgo". This is for part of the script I'm writing. Native or sed options preferred, but willing to expand resources to get the job done.

Source Link
Loading