How could I find the Plan command?

AbstProcDo

I tried finger and find a Plan

$ finger $USER
Login: me                   Name: me
Directory: /Users/me                Shell: /usr/local/bin/bash
On since Tue Nov 13 07:33 (CST) on console, idle 1 day 9:44 (messages off)
On since Tue Nov 13 07:33 (CST) on ttys001
No Mail.
No Plan.

at the ending, there are No Mail and No Plan

I know that Mail in /var/mail and there's a command $ which mail /usr/bin/mail

How about Plan, where could I find it.

Kusalananda

The "plan" is the .plan text file in the user's home directory. Its contents would be displayed in the finger output if available. If available, finger would also display the contents of the file ~/.project under a "Project:" header.

See the finger manual on your system (man finger). On macOS, this command may also use the files ~/.forward and ~/.pubkey.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How could I run -exec on find command after | grep

From Java

How can I find a file/directory that could be anywhere on linux command line?

From Dev

How I could execute an at command with powershell

From Dev

How could I run java class in command line for a intellij project

From Dev

How could I share my python command line tool to the wild

From Dev

How could I reset a command cooldown from an error function

From Dev

How could I reset a command cooldown from an error function

From Dev

How could I share my python command line tool to the wild

From Dev

How could I run this as one command in Mongo Shell

From Dev

How could I run java class in command line for a intellij project

From Dev

How could I untar many tar files seperately with one command?

From Dev

How could I allocate a variable length command output?

From Dev

How could I simplify this command to only use awk?

From Dev

How can I combine find command with gzip

From Dev

How can I combine find command with gzip

From Dev

How do I find the terminal command for anything?

From Dev

How could I use join query to find the intersection

From Dev

How could I find out the path to the current desktop image?

From Dev

How could I quickly find a recursive symbolic link?

From Dev

how could I find the area of the intersection of line and contour

From Dev

How could I find out the requirements on RAMs that can work with a laptop?

From Dev

How can I fix tests in Ember testem with errors such as 'could not load', 'failed', 'could not find module' or 'died'?

From Dev

How can I fix tests in Ember testem with errors such as 'could not load', 'failed', 'could not find module' or 'died'?

From Dev

I could not find the lowest average

From Dev

How could I pass a dynamic set of arguments to Go's command exec.Command?

From Dev

Script error message: "Could not find command in namespace"

From Dev

"Could not find or load main class" command prompt

From Dev

"Could not find or load main class" command prompt

From Dev

How can I run a specific 'thread group' in a JMeter 'test plan' from the command line?

Related Related

  1. 1

    How could I run -exec on find command after | grep

  2. 2

    How can I find a file/directory that could be anywhere on linux command line?

  3. 3

    How I could execute an at command with powershell

  4. 4

    How could I run java class in command line for a intellij project

  5. 5

    How could I share my python command line tool to the wild

  6. 6

    How could I reset a command cooldown from an error function

  7. 7

    How could I reset a command cooldown from an error function

  8. 8

    How could I share my python command line tool to the wild

  9. 9

    How could I run this as one command in Mongo Shell

  10. 10

    How could I run java class in command line for a intellij project

  11. 11

    How could I untar many tar files seperately with one command?

  12. 12

    How could I allocate a variable length command output?

  13. 13

    How could I simplify this command to only use awk?

  14. 14

    How can I combine find command with gzip

  15. 15

    How can I combine find command with gzip

  16. 16

    How do I find the terminal command for anything?

  17. 17

    How could I use join query to find the intersection

  18. 18

    How could I find out the path to the current desktop image?

  19. 19

    How could I quickly find a recursive symbolic link?

  20. 20

    how could I find the area of the intersection of line and contour

  21. 21

    How could I find out the requirements on RAMs that can work with a laptop?

  22. 22

    How can I fix tests in Ember testem with errors such as 'could not load', 'failed', 'could not find module' or 'died'?

  23. 23

    How can I fix tests in Ember testem with errors such as 'could not load', 'failed', 'could not find module' or 'died'?

  24. 24

    I could not find the lowest average

  25. 25

    How could I pass a dynamic set of arguments to Go's command exec.Command?

  26. 26

    Script error message: "Could not find command in namespace"

  27. 27

    "Could not find or load main class" command prompt

  28. 28

    "Could not find or load main class" command prompt

  29. 29

    How can I run a specific 'thread group' in a JMeter 'test plan' from the command line?

HotTag

Archive