Skip to content

Instantly share code, notes, and snippets.

@programminghoch10
Created September 12, 2024 17:33
Show Gist options
  • Save programminghoch10/fdb946f84f40027e30573dcb6615f282 to your computer and use it in GitHub Desktop.
Save programminghoch10/fdb946f84f40027e30573dcb6615f282 to your computer and use it in GitHub Desktop.
lsdvd output as JSON
lsdvd -x -Oy | sed -e 's/^lsdvd = //' -e "s/'/\"/g" | tr -d '\n'| sed -e 's/,\s*}/}/g' -e 's/,\s*]/]/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment