Search Results

Search: Posts Made By: ungalnanban
4,955
Posted By ungalnanban
On HP-UX the year between 1 and 9999. Refer...
On HP-UX the year between 1 and 9999.
Refer the link cal - HP-UX (http://nixdoc.net/man-pages/HP-UX/man1/cal.1.html?PHPSESSID=tqu3f6ng8ng88l2tq1lhjhald7)
4,069
Posted By ungalnanban
you remove the #include<unistd.h> header file...
you remove the #include<unistd.h> header file then see what error it is saying.

see the following example.
in aa.c file content is

int ss=2;


then I include the file in the following...
2,311
Posted By ungalnanban
try with grep -o option. see the below example:...
try with grep -o option.
see the below example:

grep -o "[0-9]" file name
34
78,769
Posted By ungalnanban
set the following code in your .vimrc file ...
set the following code in your .vimrc file


let g:loaded_matchparen= 1
34
78,769
Posted By ungalnanban
Shift + k is used to open the man page under the...
Shift + k is used to open the man page under the cursor. if you want to execute the command instead of opening the man page use the following functions.

"This function used to get the current...
34
78,769
Posted By ungalnanban
Vim tips and tricks
Vim Tips and Tricks


Save and quit



:w => Save [:w filename writes the content to the specified file from current file]

:q => Exit as long as there have been no changes

:q! =>...
6,862
Posted By ungalnanban
Normally we use the "/" is the delimiter between...
Normally we use the "/" is the delimiter between string and replace string for substitution .
if you want to replace the "/" (delimiter) character that time you need to escape the "/" using "\".
...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 07:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy