Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Replace expr with Arithmetic Expansion #24

@bkil

Description

@bkil

N="$(expr $(nproc) '+' 1)" -> N=$((nproc+1))

This saves a fork too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions