13,420
edits
Changes
no edit summary
::clear
::cat <<+
::Available Package Information Items:<br>
::Name
::Summary
::Source
::URL
::+
<br>
::read -p "Enter word(s) shown above separated by spaces: " choice
::processedChoice=$(echo $choice | sed 's/ /|/g')
<br>
::cat <<+
::File "/root/package-info.txt" can been created
::+
</code>