Changes

Jump to: navigation, search

Lab1 Shell Script Demo

32 bytes removed, 11:16, 17 January 2015
no edit summary
# Replace pipe "|" with space, and store as positional parameters
set $(echo $items | sed "s/|/ /g")> /dev/null 2> /dev/null
echo $*
for x # Run loop for each positional parameter to launch application
do
echo
echo "Report has been saved in /root/report.txt"
zenity --info --text "Report has been saved in <b>/root/report.txt</b>\n\nHave a Nice Day..."
13,420
edits

Navigation menu