How to remove a Carriage Return from a string variable?
#setup
logs=`ls`
#use the tr command and the octal code for CR
logs=`echo ${logs} | tr -d '\15'`
Release Engineering is generally defined as the compilation, packaging and delivery of software. The release engineer is usually responsible for much more and has many roles in the software development processes. These roles can include; Supporting and improving tools for Continuous Integration, integrating automated testing, source control, and systems administration. I have collected notes over the past 20+ years and hope to post the best of them here.
No comments:
Post a Comment