We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15d78e commit 3f18c32Copy full SHA for 3f18c32
1 file changed
tools/awk/sample.awk
@@ -15,7 +15,7 @@
15
# - sample values
16
#
17
# Example:
18
-# $ sample 0.1 $RANDOM
+# $ seq 1 100 | sample 0.1 $RANDOM
19
20
BEGIN {
21
if (ARGC == 1) {
0 commit comments