pagure Logo
  • Log In

source-git / gawk

Clone
Source Code
GIT
  • Source
  • Pull Requests  0
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases

Files

Commit: bd1f69ae0bb755a659e202e2307df310b3f1ff6b
  1.   bd1f69ae0bb755a659e202e2307df310b3f1ff6b
  2.   test
  3.   nfloop.awk
Blob Blame History Raw
BEGIN {
	$0 = "aaa"
	NF = 10
	for (j = 2; j <= NF; ++j) {
		$j = "_"
	}
	print
}

Powered by Pagure 5.14.1

SSH Hostkey/Fingerprint | Documentation