From 46f770d9299e4b6636cc6fd07ca9e78d29ed76ff Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 10 Feb 2023 09:49:28 +0000 Subject: [PATCH] Autosave: 2023-02-10 09:49:28 --- Electronics_and_Hardware/Analogue_circuits/Voltage.md | 2 -- Programming_Languages/Shell/Test.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Electronics_and_Hardware/Analogue_circuits/Voltage.md b/Electronics_and_Hardware/Analogue_circuits/Voltage.md index 2abd863..2fec9be 100644 --- a/Electronics_and_Hardware/Analogue_circuits/Voltage.md +++ b/Electronics_and_Hardware/Analogue_circuits/Voltage.md @@ -5,8 +5,6 @@ categories: tags: [physics, electricity] --- -# Voltage - ## Difference of potential and the tranfer of energy We noted in the discussion of [current](/Electronics_and_Hardware/Analogue_circuits/Current.md) that current flows when there is a difference of potential between two points with negatively charged atoms at one point and positively charged atoms at the other. diff --git a/Programming_Languages/Shell/Test.md b/Programming_Languages/Shell/Test.md index 510b6ae..78cb156 100644 --- a/Programming_Languages/Shell/Test.md +++ b/Programming_Languages/Shell/Test.md @@ -68,6 +68,6 @@ When we use **double brackets** we are using _extended_ `test`. The extended test supports the standard `test` comparisons and adds other features: - The use of Boolean operators: - ```bash + ``` [[ -d ~ || -a /bin/mash ]]; echo $? ```