Skip to content

Files

Latest commit

May 16, 2018
2bcf4d9 · May 16, 2018

History

History
This branch is 2 commits ahead of, 30 commits behind sbueringer/kubecon-slides:master.

util

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 16, 2018

Batch rename files

for myfile in ./*Slides*; 
do
    target=$(echo $myfile | sed -e 's#\(.*\) (Slides Attached)\(.*\)#\1\2#g')
    mv "$myfile" "$target"
done

for myfile in ./Lightning*; 
do
    target=$(echo $myfile | sed -e 's#\(.*\)Talk:\(.*\)#\1Talk\2#g')
    mv "$myfile" "$target"
done

Keynote CNCF Project Update - Liz Rice, Technology Evangelist, Aqua Security; Sugu Sougoumarane, CTO, PlanetScale Data; Colin Sullivan, Product Manager, Synadia Communications, Inc. & Andrew Jessup, Co-founder, Scytale Inc. - CNCF Project Update .pdf