On Tue, 2020-04-14 at 12:33 -0500, David wrote:
> I use the following command to update
> 
>          $ sudo dnf update & flatpak update
> 
> Is there a better way to do this.     Does anyone have a script or alias
> thing
> that does all that with just     sudo dufu or something simple ?

I would be wary of using '&' here. Better to do them sequentially
rather than concurrently. Use '&&' or ';'.

> I am aware, that all I have to do is hit the up arrow key, and it will type
> the
> last used commands.       I think all Linux commands in all distros do that.
> Right ?

The up-arrow thing is a convenience of the Bash Shell (and probably
most other Shells too). It has nothing to do with other Linux commands
or the specific distro.

poc
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to