fork(1) download
  1. #!/bin/bash
  2. s=" VINOTH |KARTHICK |RAVI "
  3. sed 's/[ \t]*|[ \t]*/|/g;s/^[ \t]*\|[ \t]*$//g' <<< "$s"
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
VINOTH|KARTHICK|RAVI