FedEx SMS Order Tracking

FedEx® SMS Tracking lets you send an SMS message from any mobile device and receive the status of your shipment.

To get ongoing shipment status updates:

  1. Text. Text FOLLOW and your tracking number (e.g., “FOLLOW 123456789013”) to 48773.

  2. Confirm. Reply YES when you receive the welcome message. (Repeat Step 1 to follow another shipment.)

  3. Receive. Receive ongoing updates to your shipment’s status automatically via text. Text STOP to 48773 to cancel tracking updates, or HELP to 48773 for assistance. FedEx® SMS Tracking is supported by AT&T, Verizon Wireless, T-Mobile, Sprint Boost Mobile, Metro PCS, U.S. Cellular, NTelos, Cricket, and Virgin Mobile. Message and data rates may apply. Message frequency varies per user. View our Privacy Policy.

Refer: https://www.fedex.com/en-us/shipping/mobile.html

MacBook Keyboard Shortcuts to Position Window to Left or Right side of Screen

Refer: https://www.paulsahner.com/posts/window-movement

  • Apple Logo, Upper left hand corner
  • System Settings
  • Keyboard, Keyboard Shortcuts...
  • App Shortcuts
  • Choose "All Applications"

You are going to add two settings by clicking the plus key. I'm using [Ctrl]+[Windows]+[Alt]+[Right Arrow] and [Ctrl]+[Windows]+[Alt]+[Left Arrow] for my settings.

You will use the following menu titles, you need to type these EXACTLY, and copy and paste does NOT work, since it assumes you are setting your keyboard combination.

Move Window to Left Side of Screen
Move Window to Right Side of Screen

Save each setting and click "Done" to complete.

Graphical List of Directories using Tree

Use this to return a list of just the folders of current directory

Sample Usage

tree -L 1

Sample Output

├── Desktop
├── Documents
├── Downloads
├── Music
├── Pictures
├── Public
├── Templates
└── Videos

Example of using "prune" to show ONLY files container pom.xml files.

Refer: https://blog.mruckman.com/2019/10/tree-list-of-pom-xml-files/

tree --prune -P "pom\.xml"