ls 명령에서 LS_COLOR 환경변수로 확장자별 색 바꾸기
제 .bashrc 중 일부분입니다.
---------------------------------------------------------------------------------------------
...
# Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes:
# Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
# Background color codes:
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
# NORMAL 00 # global default, although everything should be something.
# FILE 00 # normal file
# DIR 01;34 # directory
# LINK 01;36 # symbolic link
# FIFO 40;33 # pipe
# SOCK 01;35 # socket
# BLK 40;33;01 # block device driver
# CHR 40;33;01 # character device driver
# ORPHAN 01;05;37;41 # orphaned syminks
# MISSING 01;05;37;41 # ... and the files they point to
LS_COLORS="di=01;31:or=1;40;31:*.gz=1;35:*.bz2=1;35:*.tar=1;35:*.rpm=1;35:*.tgz=1;35:*.h=1;37:*.c=1;37:*.patch=1;37"
export LS_COLORS
...
---------------------------------------------------------------------------------------------
주석은 /etc/DIR_COLORS 에서 참고 했습니다.
제 설정을 설명하면,
규칙은 [특수파일|*.확장자]= [속성];[색]
이고, 구분자는 ":" 입니다.
di는 DIR의 단축 입니다.
or은 ORPHAN의 단축 이고요.
예 처럼주석에 나와있는 특수 파일에 대한 설정도 하실 수 있습니다.
위의 예를 .bashrc 에 넣으시고, 입맛에 맞게 색을 바꿔보세요.<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]</div>
---------------------------------------------------------------------------------------------
...
# Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes:
# Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
# Background color codes:
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
# NORMAL 00 # global default, although everything should be something.
# FILE 00 # normal file
# DIR 01;34 # directory
# LINK 01;36 # symbolic link
# FIFO 40;33 # pipe
# SOCK 01;35 # socket
# BLK 40;33;01 # block device driver
# CHR 40;33;01 # character device driver
# ORPHAN 01;05;37;41 # orphaned syminks
# MISSING 01;05;37;41 # ... and the files they point to
LS_COLORS="di=01;31:or=1;40;31:*.gz=1;35:*.bz2=1;35:*.tar=1;35:*.rpm=1;35:*.tgz=1;35:*.h=1;37:*.c=1;37:*.patch=1;37"
export LS_COLORS
...
---------------------------------------------------------------------------------------------
주석은 /etc/DIR_COLORS 에서 참고 했습니다.
제 설정을 설명하면,
규칙은 [특수파일|*.확장자]= [속성];[색]
이고, 구분자는 ":" 입니다.
di는 DIR의 단축 입니다.
or은 ORPHAN의 단축 이고요.
예 처럼주석에 나와있는 특수 파일에 대한 설정도 하실 수 있습니다.
위의 예를 .bashrc 에 넣으시고, 입맛에 맞게 색을 바꿔보세요.<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1930 | 17년 전 | 2999 | ||
| 1929 | 17년 전 | 1873 | ||
| 1928 | 17년 전 | 3987 | ||
| 1927 | 17년 전 | 1401 | ||
| 1926 |
지엔소프트
|
17년 전 | 1119 | |
| 1925 |
보드타는찌니
|
17년 전 | 1230 | |
| 1924 |
choijinhee
|
17년 전 | 1116 | |
| 1923 | 17년 전 | 1372 | ||
| 1922 | 17년 전 | 1737 | ||
| 1921 | 17년 전 | 2335 | ||
| 1920 | 17년 전 | 2412 | ||
| 1919 | 17년 전 | 1415 | ||
| 1918 | 17년 전 | 1163 | ||
| 1917 | 17년 전 | 2431 | ||
| 1916 | 17년 전 | 2858 | ||
| 1915 |
|
17년 전 | 3224 | |
| 1914 | 17년 전 | 3166 | ||
| 1913 | 17년 전 | 2327 | ||
| 1912 | 17년 전 | 3747 | ||
| 1911 | 17년 전 | 3176 | ||
| 1910 | 17년 전 | 5496 | ||
| 1909 | 17년 전 | 2648 | ||
| 1908 | 17년 전 | 1850 | ||
| 1907 | 17년 전 | 1932 | ||
| 1906 | 17년 전 | 1770 | ||
| 1905 | 17년 전 | 1699 | ||
| 1904 | 17년 전 | 2763 | ||
| 1903 | 17년 전 | 1882 | ||
| 1902 | 17년 전 | 1571 | ||
| 1901 | 17년 전 | 2062 | ||
| 1900 |
stuartkim
|
17년 전 | 1127 | |
| 1899 | 17년 전 | 1658 | ||
| 1898 | 17년 전 | 2872 | ||
| 1897 | 17년 전 | 2111 | ||
| 1896 | 17년 전 | 1803 | ||
| 1895 | 17년 전 | 2022 | ||
| 1894 | 17년 전 | 1310 | ||
| 1893 | 17년 전 | 1706 | ||
| 1892 | 17년 전 | 1206 | ||
| 1891 | 17년 전 | 1769 | ||
| 1890 | 17년 전 | 1795 | ||
| 1889 | 17년 전 | 1034 | ||
| 1888 | 17년 전 | 3134 | ||
| 1887 | 17년 전 | 4309 | ||
| 1886 | 17년 전 | 2453 | ||
| 1885 | 17년 전 | 7456 | ||
| 1884 | 17년 전 | 3824 | ||
| 1883 | 17년 전 | 4154 | ||
| 1882 | 17년 전 | 2415 | ||
| 1881 | 17년 전 | 2878 | ||
| 1880 | 17년 전 | 3626 | ||
| 1879 | 17년 전 | 3998 | ||
| 1878 | 17년 전 | 3159 | ||
| 1877 | 17년 전 | 3141 | ||
| 1876 | 17년 전 | 3289 | ||
| 1875 | 17년 전 | 2456 | ||
| 1874 | 17년 전 | 2054 | ||
| 1873 | 17년 전 | 3099 | ||
| 1872 | 17년 전 | 3248 | ||
| 1871 | 17년 전 | 4604 | ||
| 1870 | 17년 전 | 1577 | ||
| 1869 | 17년 전 | 2610 | ||
| 1868 | 17년 전 | 2686 | ||
| 1867 | 17년 전 | 1896 | ||
| 1866 | 17년 전 | 2213 | ||
| 1865 | 17년 전 | 1827 | ||
| 1864 | 17년 전 | 2364 | ||
| 1863 | 17년 전 | 3766 | ||
| 1862 | 17년 전 | 3883 | ||
| 1861 | 17년 전 | 2077 | ||
| 1860 | 17년 전 | 1353 | ||
| 1859 | 17년 전 | 1491 | ||
| 1858 |
|
17년 전 | 1635 | |
| 1857 | 17년 전 | 1621 | ||
| 1856 |
보드타는찌니
|
17년 전 | 1382 | |
| 1855 | 17년 전 | 1524 | ||
| 1854 |
|
17년 전 | 1343 | |
| 1853 | 17년 전 | 1835 | ||
| 1852 | 17년 전 | 2740 | ||
| 1851 | 17년 전 | 1837 | ||
| 1850 |
|
17년 전 | 1388 | |
| 1849 |
|
17년 전 | 1672 | |
| 1848 |
|
17년 전 | 2318 | |
| 1847 | 17년 전 | 1940 | ||
| 1846 |
은사시나무
|
17년 전 | 1256 | |
| 1845 |
갈색야생마
|
17년 전 | 5896 | |
| 1844 |
갈색야생마
|
17년 전 | 3279 | |
| 1843 |
갈색야생마
|
17년 전 | 3173 | |
| 1842 |
갈색야생마
|
17년 전 | 2589 | |
| 1841 |
갈색야생마
|
17년 전 | 2769 | |
| 1840 |
갈색야생마
|
17년 전 | 2718 | |
| 1839 |
갈색야생마
|
17년 전 | 3222 | |
| 1838 |
갈색야생마
|
17년 전 | 2350 | |
| 1837 |
갈색야생마
|
17년 전 | 2469 | |
| 1836 |
갈색야생마
|
17년 전 | 2530 | |
| 1835 |
갈색야생마
|
17년 전 | 2519 | |
| 1834 |
갈색야생마
|
17년 전 | 2657 | |
| 1833 |
갈색야생마
|
17년 전 | 3180 | |
| 1832 |
갈색야생마
|
17년 전 | 2697 | |
| 1831 |
갈색야생마
|
17년 전 | 1424 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기