Justin, Justin Forbes schreef op wo 16-01-2019 om 15:30 [-0600]: > #!/bin/sh > > for i in kernel-*debug.config; do > base=`echo $i | sed -r s/-?debug//g` > NEW=kernel-$VERSION-`echo $base | cut -d - -f2-` > mv $i $NEW > rm $base > done Thanks for taking the time, twice, to look into my RFC. There should be a way to do the above without dropping boobytraps to the uninitiated? (I'll ponder that.) Thanks, Paul Bolle _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx