Last active
July 13, 2019 17:35
-
-
Save twentyfortysix/fe1d3636b7b1a17ef43bbcef103dd585 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for POST in $(wp post list --post_type=post --category_name=tiskovky --format=ids); do wp post update $POST --post_type=tiskovky; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment