Other contributors have said "How would you use scp to copy your bash file from bravo to the local system?" is the same question as "How do you Use scp to copy your bashrc file from bravo to the local system?" If you believe that these are not asking the same thing and should be answered differently, click here

How do you Use scp to copy your bashrc file from bravo to the local system?

Answer:
scp 1@bravo:2 3

where

1 is username which is allowed to read copied file on bravo;
2 is the full path on bravo to the copied file (relative path defaults to user's home directory on bravo);
3 is the path on local system to store the copied file (or, a dot, to have it stored into current directory, preserving the name of copied file).
First answer by J7gr6w2fre. Last edit by J7gr6w2fre. Contributor trust: 16 [recommend contributor recommended]. Question popularity: 1 [recommend question].