I hereby claim:
- I am ilya-epifanov on github.
- I am smartislav (https://keybase.io/smartislav) on keybase.
- I have a public key ASDw_TZ8shzkh9inomidC1ifWm2SYRKNxz2LquQqf7rGVwo
To claim this, I am signing this object:
| # User issued command | |
| find . -name "awk" -exec echo | xargs sed -i 's/123/abc/g' | |
| # Question | |
| Examine the shell command step by step. | |
| What programs are used in this shell command? Be careful not to include commands that aren't actually executed. | |
| # Ansfwer format | |
| array of strings in JSON format | |
| ## Examples | |
| <example>[]</example> | |
| <example>["git", "echo"]</example> |
| # make all | |
| rm -rf build/fstools build/fstools.partial | |
| mkdir -p build/fstools.partial | |
| env -u RUSTUP_TOOLCHAIN -u CC -u TARGET cargo install --root build/fstools.partial --path installer --bin redox_installer | |
| Installing redox_installer v0.2.32 (/home/hajile/src/oss/redox/installer) | |
| Updating git repository `https://github.com/tea/cc-rs` | |
| Updating git repository `https://gitlab.redox-os.org/redox-os/ring.git` | |
| Updating crates.io index | |
| Locking 322 packages to latest compatible versions | |
| Adding env_logger v0.11.6 (available: v0.11.8) |
| ... | |
| defmt = { version = "0.3", features = ["encoding-rzcobs"] } | |
| defmt-brtt = { version = "0.1", features = ["async-await"] } | |
| ... |
| #![no_std] | |
| use core::default::Default; | |
| use num::Bounded; | |
| use num::CheckedSub; | |
| use num::Signed; | |
| use num::Unsigned; | |
| use num::traits::WrappingAdd; | |
| use num::traits::WrappingSub; |
I hereby claim:
To claim this, I am signing this object: