Skip to content

Commit 3f18c32

Browse files
committed
Update example
1 parent f15d78e commit 3f18c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/awk/sample.awk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# - sample values
1616
#
1717
# Example:
18-
# $ sample 0.1 $RANDOM
18+
# $ seq 1 100 | sample 0.1 $RANDOM
1919

2020
BEGIN {
2121
if (ARGC == 1) {

0 commit comments

Comments
 (0)