User:)biyibiyibiyi(/RW&RM 04/hackpacts: Difference between revisions
No edit summary |
|||
Line 8: | Line 8: | ||
==27_09_2019== | ==27_09_2019== | ||
task: use 95 layouts to play more with imagemagick | task: use 95 layouts to play more with imagemagick | ||
name files to sequential order | |||
<source lang="bash"> | |||
ls -v | cat -n | while read n f; do mv -n "$f" "$n.ext"; done | |||
</source> |