I want to find in my linux system for example, “welcome to” the word. I’m doing the following on the command line for this query.

grep -r -e “Welcome to” /opt/otrs/

Output screen:

/opt/otrs/Kernel/Language/sl.pm:                ‘Welcome to %s’ => ‘Dobrodošli na %s’,
/opt/otrs/Kernel/Language/et.pm:                ‘Welcome to %s’ => ‘Tere tulemast %s’,
/opt/otrs/Kernel/Language/ar_SA.pm:        ‘Welcome to %s’ => ‘مرحباً بك في %s’,
/opt/otrs/Kernel/Language/lt.pm:                 ‘Welcome to %s’ => ‘Sveiki atvykę į %s’,
/opt/otrs/Kernel/Language/sk_SK.pm:       ‘Welcome to %s’ => ‘Vitajte v %’,
/opt/otrs/Kernel/Language/ru.pm:               ‘Welcome to %s’ => ‘Добро пожаловать в %s’,
/opt/otrs/Kernel/Language/hu.pm:              ‘Welcome to %s’ => ‘Üdvözli az %s’,
/opt/otrs/Kernel/Language/ca.pm:              ‘Welcome to %s’ => ‘Benvingut a %s’,

Then find related link. Doing the required correction with the help of an editor.

vi /opt/otrs/Kernel/Language/sl.pm

Loading

Leave a reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.