Skip to content

Instantly share code, notes, and snippets.

@jsarenik
Created April 29, 2014 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsarenik/11392533 to your computer and use it in GitHub Desktop.
Save jsarenik/11392533 to your computer and use it in GitHub Desktop.
BEGIN {
FS="|";
OFS=";;";
moj="";
oldRT="";
}
{
gsub(/ahoj/, "kvak", $1);
#$1 = gsub(/>\s+/, ">", $1);
#$1 = gsub(/\s+</, "<", $1);
print $1,$2,$3,$4,$5,$6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment