Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Windows
- portforwarding
- hyperref
- SSH
- GSL
- arXiver
- datascience
- cygwin
- cython
- MAC
- conda
- tab space
- virtual
- intel compiler
- h5py
- Visual Studio
- vim
- Anaconda
- Matplotlib
- LaTeX
- vi
- polyglot
- jupyter
- mpi4py
- python
- c++
- gfortran
- openmp
- HFS+
- HDF5
Archives
- Today
- Total
목록^M (1)
Astro Coke
[Vi] change the file type between dos and unix
source: https://kb.iu.edu/d/acux There are two methods for converting the file type between dos and unix. 1) vim, use :set ff=unix to convert to Unix; use :set ff=dos to convert to Windows. 2) show ^M and remove it: :e ++ff=unix It force-set the fileformat as unix without actually changing the contents. So vim reads it like a Unix file, sees the CR characters as extra and displays them as ^M. In..
Computer Setup
2019. 5. 10. 19:54