Skip to content

Instantly share code, notes, and snippets.

View L4bF0x's full-sized avatar

F0x L4bF0x

View GitHub Profile

Keybase proof

I hereby claim:

  • I am l4bf0x on github.
  • I am labfox (https://keybase.io/labfox) on keybase.
  • I have a public key whose fingerprint is 14C2 C315 5AC0 895C B1EC 1368 BC91 F741 3DDE 6E6B

To claim this, I am signing this object:

@L4bF0x
L4bF0x / salesforcenotes.txt
Created August 5, 2018 16:53
Helpful commands for parsing connect.data.com results
# Go to connect.data.com and copy and paste the contents
# of the columns into a textfile, including the phone
# image.
# Take out “Direct Dial Available” from textfile.txt
sed -Ei 's/Direct Dial Available//g' ./textfile.txt
# Grab last names
cut -d “,” -f 1 textfile.txt > lastnames.txt
cat lastnames.txt | tr -d [:blank:] > lastnames2.txt