• support[@]kurinchilion.com
  • +1 (888) 666-4252

10 basic commands in vi to get you started

Apr 03, 2023 - by kurinchilamp / / Post Comment
The vi editor is a command-line text editor that is available on most Unix-based systems. It was originally created by Bill Joy for the BSD Unix operating system in the 1970s and has since become one of the most widely used text editors in the Unix/Linux world. The vi editor is a lightweight tool that is designed to run in a terminal environment, making it ideal for editing text files on remote servers or other headless systems. (more…)
Continue Reading

How to remove ^M characters at the end of lines in Vi from files in Linux?

Jan 10, 2013 - by kurinchilamp / Linux Server / Post Comment
Files created in windows when moved to linux will have ^M character at the end of lines when you open the files in Vi editor. To remove the strange characters open the file in Vi editor and type
:%s/.$// 
(more…)
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.