Skip to content

Information Architect

About building and managing software

  • Blog
  • About me
  • Privacy Policy

Category: Bash

[Tip] Running methods at once in bash

Run always all the listed methods: It will run A then B and then C command – regardless of result of any previous method C-like code example: Run all the listed methods until the first fail (exit code different than 0): Run B only if A ended with success then run C only if B… Read more [Tip] Running methods at once in bash

Posted on 4 May 201813 November 2018 by Michał Zięba

[Tip] Bash: Move new/current task to and from the background

Starting the task in the background (add the & to the end of a command): Moving the task to the background: Restoring the task from the background: Ending the task: Example of use:

Posted on 21 April 201813 November 2018 by Michał Zięba
Proudly powered by WordPress | Theme: Sanse by Sami Keijonen.