mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
parent
26e55f2ec3
commit
31d6164181
6 changed files with 23 additions and 23 deletions
|
|
@ -1644,9 +1644,9 @@ This is simply a copy of what you should see on running `man mlr` at a command p
|
|||
first-match replacement.
|
||||
-h|--help Show this message.
|
||||
Examples:
|
||||
mlr rename old_name,new_name'
|
||||
mlr rename old_name_1,new_name_1,old_name_2,new_name_2'
|
||||
mlr rename -r 'Date_[0-9]+,Date,' Rename all such fields to be "Date"
|
||||
mlr rename old_name,new_name
|
||||
mlr rename old_name_1,new_name_1,old_name_2,new_name_2
|
||||
mlr rename -r 'Date_[0-9]+,Date' Rename all such fields to be "Date"
|
||||
mlr rename -r '"Date_[0-9]+",Date' Same
|
||||
mlr rename -r 'Date_([0-9]+).*,\1' Rename all such fields to be of the form 20151015
|
||||
mlr rename -r '"name"i,Name' Rename "name", "Name", "NAME", etc. to "Name"
|
||||
|
|
@ -3731,5 +3731,5 @@ This is simply a copy of what you should see on running `man mlr` at a command p
|
|||
MIME Type for Comma-Separated Values (CSV) Files, the Miller docsite
|
||||
https://miller.readthedocs.io
|
||||
|
||||
2024-10-02 4mMILLER24m(1)
|
||||
2024-10-05 4mMILLER24m(1)
|
||||
</pre>
|
||||
|
|
|
|||
|
|
@ -1623,9 +1623,9 @@
|
|||
first-match replacement.
|
||||
-h|--help Show this message.
|
||||
Examples:
|
||||
mlr rename old_name,new_name'
|
||||
mlr rename old_name_1,new_name_1,old_name_2,new_name_2'
|
||||
mlr rename -r 'Date_[0-9]+,Date,' Rename all such fields to be "Date"
|
||||
mlr rename old_name,new_name
|
||||
mlr rename old_name_1,new_name_1,old_name_2,new_name_2
|
||||
mlr rename -r 'Date_[0-9]+,Date' Rename all such fields to be "Date"
|
||||
mlr rename -r '"Date_[0-9]+",Date' Same
|
||||
mlr rename -r 'Date_([0-9]+).*,\1' Rename all such fields to be of the form 20151015
|
||||
mlr rename -r '"name"i,Name' Rename "name", "Name", "NAME", etc. to "Name"
|
||||
|
|
@ -3710,4 +3710,4 @@
|
|||
MIME Type for Comma-Separated Values (CSV) Files, the Miller docsite
|
||||
https://miller.readthedocs.io
|
||||
|
||||
2024-10-02 4mMILLER24m(1)
|
||||
2024-10-05 4mMILLER24m(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue