Sha256: cf56a72e05856d2d950c4e3ef5712f88ee082e7c5b0f2416f63098c1ecb2df72
Contents?: true
Size: 503 Bytes
Versions: 5
Compression:
Stored size: 503 Bytes
Contents
# A %f will be replaced with a path to a temporary file # :PROCESS: quote, "quoter %f" # # If there is no %f the content will be piped into the command on STDIN # :PROCESS: sort, "sorter" # :SAMPLE: names joe sally aaron george zack susan # :TEXT: # Sorting the sample: # :INSERT: @names|sort # # Quoting the sample: # :INSERT: @names|quote # # We can combine pipelines with excerpting: # :INSERT: @names:2..4|quote # # And we can chain processes to form a true pipeline: # :INSERT: @names|sort|quote
Version data entries
5 entries across 5 versions & 2 rubygems