Difference between revisions of "Glossary"

From Computer Science
Jump to navigationJump to search
(Created page with "The following is a (non-exhaustive) list of computer science symbols/terms you may see during your career. '''''IN PROGRESS''''' ==Symbols== ==A== ==B== ==C== ==D== ==E...")
 
Line 4: Line 4:
  
 
==Symbols==
 
==Symbols==
 +
 +
===. (Unix Directory)===
 +
 +
In Unix filesystems, the '''.''' symbol represents the current working directory.
 +
 +
/home/you/homework/cs101
 +
 +
===.. (Unix Directory)===
 +
 +
In Unix filesystems, the '''..''' symbol represents the parent directory to the current working directory
 +
 +
===. (Unix file)===
 +
 +
In Unix filesystems, files beginning with a '''.''' symbol are considered hidden, and do not show up in standard file listings.
  
 
==A==
 
==A==

Revision as of 15:56, 11 September 2017

The following is a (non-exhaustive) list of computer science symbols/terms you may see during your career.

IN PROGRESS

Symbols

. (Unix Directory)

In Unix filesystems, the . symbol represents the current working directory.

/home/you/homework/cs101

.. (Unix Directory)

In Unix filesystems, the .. symbol represents the parent directory to the current working directory

. (Unix file)

In Unix filesystems, files beginning with a . symbol are considered hidden, and do not show up in standard file listings.

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z