Categories: Ubuntu

How to search keyword in a file using nano editor on Linux

In this article, we will see how to search a keyword in a file using nano editor on Linux. Nano editor is one of the most widely and frequently used editor on Ubuntu or Debian based linux systems due to its simplicity. It provides simple to use interface where we can easily insert, edit and search. It displays all the shortcuts at the bottom of screen which makes it easy for users to use and avoid the possibility of searching shortcuts here and there or memorizing it. Since nano editor comes as a default editor in many linux distributions, this saves you from installing this editor package separately. More on official

Sponsored
website.

It also saves us from learning shortcuts and commands of other complex editors such as Vi and Emacs. It is super user friendly especially for beginners and quite fast in performing various editor operations in comparison to other heavy editors. While inserting and editing in a file using nano editor is straight forward, sometimes searching can be little tricky. So here I am going to explain how you can search a keyword in any file using nano editor and then edit it and finally save all the changes and exit.

 

How to search keyword in a file using nano editor on Linux

Also Read: How to Install lighttpd web server on Ubuntu 22.04

To demonstrate the search, we are going to take an example of Kong configuration file kong.conf where we will search keyword admin_gui_path and admin_gui_url and update the same. First, open the configuration file using nano editor as shown below.

Ubuntu-Server@ubuntu:~$ sudo nano /etc/kong/kong.conf

You should see something like below:-

Now Press Ctrl+W to initiate a search. You should see a search prompt appearing at the bottom of your screen.

At the prompt, type admin_gui_path and click on Enter to initiate a search.

You will find the first occurrence of the matched keyword as shown below.

Sponsored

If you are looking for another occurrence of same keyword then you have to again search by pressing Ctrl+W. It will take you to the next occurrence of matched keyword and so on.

After finding the keyword, if you would like you can edit it and do the necessary changes as shown below.

Similarly, if you want to search another keyword and edit it then you can do that by again pressing Ctrl+W and searching that specific keyword. For example, we are now searching admin_gui_url keyword as shown below.

It should be located as shown below.

Like before, you can edit this as well before finally saving all the changes and exiting editor.

Once done, press Ctrl+X to save and exit. Press Y to confirm. You are now done !!

Ubuntu Server Admin

Recent Posts

How to Fix VMware’s “Could not open /dev/vmmon” Error on Ubuntu

You’ve recently installed VMware Workstation on your Ubuntu system and encountered the frustrating “Could not…

5 hours ago

How to Fix Ubuntu 404 Errors While Fetching Dependencies

Have you ever found yourself staring at a terminal full of 404 errors while trying…

5 hours ago

How to Fix ‘Please Install All Available Updates’ Error When Upgrading Ubuntu 18.04 to 20.04 LTS

One particularly frustrating error that many users face when trying to upgrade from Ubuntu 18.04 …

5 hours ago

How to fix “Release is not valid yet” Error in Docker Containers

In the world of containerization, time synchronization issues can create unexpected roadblocks when working with…

5 hours ago

How to fix “Externally Managed Environment” Pip Errors on Ubuntu

If you’ve recently upgraded to Ubuntu 23.04 or newer, you might have encountered a frustrating…

5 hours ago

Ubuntu now officially supports NVIDIA Jetson: powering the future of AI at the edge

Canonical announces the General Availability of Ubuntu for the NVIDIA® Jetson Orin™ for edge AI…

12 hours ago