Skip to content
Snippets Groups Projects
Commit 57b48ed3 authored by David Hrbáč's avatar David Hrbáč
Browse files

Corrections to clean_json.sh

parent 644141c5
No related branches found
No related tags found
No related merge requests found
sed 's/\\u00a0/ /g' -i $@ #!/bin/bash
sed 's,\\n\\n, ,g' -i $@ sed 's/\\u00a0/ /g' -i "$@"
sed 's,\\n , ,g' -i $@ sed 's,\\n\\n, ,g' -i "$@"
sed 's, \\n, ,g' -i $@ sed 's,\\n , ,g' -i "$@"
sed -e 's/^[ \t]*//' -i $@ sed 's, \\n, ,g' -i "$@"
sed -e 's/^[ \t]*//' -i "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment