{"skill":{"slug":"shuf-tool","displayName":"Shuf Tool","summary":"Randomly shuffle lines of text input. Use for random sampling, data randomization, and selection tasks.","description":"---\nname: shuf-tool\ndescription: Randomly shuffle lines of text input. Use for random sampling, data randomization, and selection tasks.\n---\n# Shuf - Random Line Permutation\n\nRandomize the order of input lines. Supports random selection of N lines and sampling with or without replacement for statistical tasks.\n\n## Usage\n```bash\nshuf-tool [options] [file]\n```\n\n## Options\n\n- `-n N`: Output only N random lines\n- `-i LO-HI`: Treat each number LO..HI as an input line\n- `-r`: Allow repeated output (sampling with replacement)\n- `-e`: Treat each argument as an input line\n\n## Examples\n\n```bash\nshuf-tool names.txt\nshuf-tool -n 5 data.txt\nshuf-tool -i 1-100\n```","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":335,"installsAllTime":12,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1777825805256,"updatedAt":1778492838254},"latestVersion":{"version":"1.0.0","createdAt":1777825805256,"changelog":"Initial release","license":"MIT-0"},"metadata":null,"owner":{"handle":"dinghaibin","userId":"s170ed26v1mh4qzy7v9cnn7msx85mrn1","displayName":"BIN","image":"https://avatars.githubusercontent.com/u/9191597?v=4"},"moderation":null}