From 319eb386507fd0cffc974b2d3d30731c8d5317cd Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Mon, 5 Feb 2024 02:55:56 -0500 Subject: [PATCH] fixed newlines? --- 2-bash/pipe.sh | 1 - 2-bash/redirection.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/2-bash/pipe.sh b/2-bash/pipe.sh index e2627dd..40d4976 100755 --- a/2-bash/pipe.sh +++ b/2-bash/pipe.sh @@ -1,2 +1 @@ -#!/bin/bash awk '/^cd/' $HISTFILE | wc -l diff --git a/2-bash/redirection.sh b/2-bash/redirection.sh index 60d7799..3a2eaa8 100755 --- a/2-bash/redirection.sh +++ b/2-bash/redirection.sh @@ -1,2 +1 @@ -#!/bin/bash diff <(./lower < test0.txt) test0-result.txt