Thread: notify of finished updates
hi
why doesn't command finish? :
sudo apt-get update && date >> ~/file1
appears update part activated no date put file1
thank
the command using doing update (separately) executing date command , appending (only) date file. if want output update's output file try,
hope of help.code:date >> file1 && sudo apt-get update >> file1
edit: noted problem being date not being outputted correctly, command works here regard date.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] notify of finished updates
Ubuntu
Comments
Post a Comment