From ad2d9e0e1fa965ef94fcbf6e239729008cc34ba2 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 17 Apr 2016 21:32:53 -0400 Subject: Create a function that will check whether an alias is in a file This will allow us to pass an alias and grep for it in a given file. Just a rough outline to start. Added a super basic test and a file in "testdata" to operate on for testing. --- testdata/aliases | 1 + 1 file changed, 1 insertion(+) create mode 100644 testdata/aliases (limited to 'testdata') diff --git a/testdata/aliases b/testdata/aliases new file mode 100644 index 0000000..a8a08a8 --- /dev/null +++ b/testdata/aliases @@ -0,0 +1 @@ +alias farnsworth-hubert Hubert Farnsworth -- cgit v1.2.3