s243a

LB_Mapper.awk (Draft #1)

Dec 26th, 2020 (edited)
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. {
  2.   if length(lb_sep==0){
  3.     lb_sep="@@@@"
  4.   }
  5.   if length(group_key==0){
  6.     group_key=1
  7.   }
  8.   printf '%i %i' $key $0
  9.   printf '%s' lb_sep
  10. }
Add Comment
Please, Sign In to add comment