1. Linux/Unix shell 에서 ¶
리눅스에서 경로 보이는 명령
echo $PATH
각 경로명은 콜론(:)으로 구분되어 있다.
실제 실행해 보면 한 줄에 뭉쳐 나와서 보기 힘든데, 간단한 방법( echo path separate by colon )으로 제대로 볼 수 있다.
가장 간단한 건 tr을 사용해 colon을 newline으로 변환하는 다음 방법인 듯:
실제 실행해 보면 한 줄에 뭉쳐 나와서 보기 힘든데, 간단한 방법( echo path separate by colon )으로 제대로 볼 수 있다.
가장 간단한 건 tr을 사용해 colon을 newline으로 변환하는 다음 방법인 듯:
$ echo $PATH | tr ':' '\n'
리눅스에서 경로 추가하는 명령
셸,shell에 따라 다르다.
bash에서는,
셸,shell에 따라 다르다.
bash에서는,
export PATH=$PATH:/usr/bincsh/tcsh에서는,
set path = ( $PATH /usr/bin )은 /usr/bin을 PATH에 추가한다.
pathname =,pathname . pathname - 경로 끝에 file name을 붙인? chk
파일,file > file_name or filename
디렉터리,directory
확장자 extension
basename_명령 : 경로,path와 확장자extension를 제거한 순수 파일 이름만 돌려받는다.
파일,file > file_name or filename
디렉터리,directory
확장자 extension
basename_명령 : 경로,path와 확장자extension를 제거한 순수 파일 이름만 돌려받는다.
PATH (환경변수명, 환경변수 이름,name 식별자,identifier 중에서 이름이 path인)
환경변수,environment_variable
PATH_(variable) ... Unix-like 뿐 아니라 도스,DOS OS/2 Windows 등등... 도 마찬가지.
환경변수,environment_variable
PATH_(variable) ... Unix-like 뿐 아니라 도스,DOS OS/2 Windows 등등... 도 마찬가지.
실행파일을 찾을 순서를 나열한
rel: pathname directory ( current working directory = current directory , )
rel: pathname directory ( current working directory = current directory , )
rpath
"designates the run-time search path { Search_path redir to PATH (variable) } hard-coded in an executable file or library. Dynamic linking loaders use the rpath to find required libraries."(we)
"designates the run-time search path { Search_path redir to PATH (variable) } hard-coded in an executable file or library. Dynamic linking loaders use the rpath to find required libraries."(we)
2. graph theory에서 path ¶
2.2. shortest path ¶
최단경로,shortest_path - is_a 경로,path
=최단경로,shortest_path =,shortest_path . 최단경로 shortest_path
shortest_path ? nnnnnnnnnnnnn
많은 경우 가장 짧은 경로를 찾는 게 주요 문제가 된다. → 최단경로문제,shortest_path_problem
=최단경로,shortest_path =,shortest_path . 최단경로 shortest_path
shortest_path ? nnnnnnnnnnnnn
많은 경우 가장 짧은 경로를 찾는 게 주요 문제가 된다. → 최단경로문제,shortest_path_problem
Up: 경로,path
2.2.1. shortest path problem ¶
최단경로문제,shortest_path_problem - is_a 문제,problem
=최단경로문제,shortest_path_problem =,shortest_path_problem . 최단경로문제 shortest_path_problem
{
=최단경로문제,shortest_path_problem =,shortest_path_problem . 최단경로문제 shortest_path_problem
{
보통 가중그래프,weighted_graph =가중그래프,weighted_graph =,weighted_graph 가중그래프 weighted_graph { weighted_graph https://ko.wikipedia.org/wiki/가중_그래프 ... 가중그래프 가중그래프 } 에서
최단경로,shortest_path, 그 경로(자체)및 그 가장 짧은 경로의 길이(즉 최소,minimum 경로길이,path_length 길이,length)를 찾는, 문제,problem?
내생각임, chk
최단경로,shortest_path, 그 경로(자체)및 그 가장 짧은 경로의 길이(즉 최소,minimum 경로길이,path_length 길이,length)를 찾는, 문제,problem?
내생각임, chk
}
Rel. pathfinding_problem
2.4. Cmp: ¶
cycle - 사이클,cycle 순환,cycle ..
회로,circuit
워크,walk
트레일,trail?
contour - 경로,contour { KMS의 'contour'의 번역은 '경로'. contour }
회로,circuit
워크,walk
트레일,trail?
contour - 경로,contour { KMS의 'contour'의 번역은 '경로'. contour }
"경로 path contour 차이"
경로 path contour 차이
경로 path contour 차이
"path contour difference in mathematics"
path contour difference in mathematics
path contour difference in mathematics
...경로 path contour 차이
경로 path contour 차이
"path contour difference in mathematics"
path contour difference in mathematics
path contour difference in mathematics