Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!bin/bash
  2. scale=1.011
  3.  
  4. awk -v SF=${scale} '{printf("0t 0t 12.00t %25.15ft %25.15ft 0.0n", $1*SF, $2*SF)}' < firstfile.txt > secondfile.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement