Search Results

Search: Posts Made By: deeceeds
34
78,223
Posted By deeceeds
We can type /afs-afs at the command prompt to...
We can type /afs-afs at the command prompt to search "afs-afs".

We can also hit "*" in escape mode and vim will search the word under the cursor.
3,577
Posted By deeceeds
Use of GDG files in UNIX using MBM (Mainframe Batch Manager).
Use of GDG files in UNIX using MBM (Mainframe Batch Manager).

Is any one working with GDG files in UNIX (AIX) using the MBM wrapper? I need some help to refer the GDG files in the scripts.
5,568
Posted By deeceeds
Cut command cuts vertically. When you wanted to...
Cut command cuts vertically. When you wanted to delete a particular column, what I did was to cut all the other columns, except the one you wanted to delete and write it to a seperate file.
In a...
5,568
Posted By deeceeds
To keep it simple, one can try this... If there...
To keep it simple, one can try this...
If there are 10 columns, this will delete the 4th column.


cat input.txt | cut -c 1-3,5-10 > output.txt
6,178
Posted By deeceeds
Does anyone have any other way out?
Does anyone have any other way out?
6,178
Posted By deeceeds
I am using vim. I have set the lbr option,...
I am using vim.

I have set the lbr option, but still its breaking at "-".

Can you tell me what characters you have in your breakat?
6,178
Posted By deeceeds
Thanks for the reply, but sorry its not working....
Thanks for the reply, but sorry its not working. Is it working for you?


:set set breakat "@+"
E518: Unknown option: set
:set set breakat ="@+"
E518: Unknown option: set

:set...
6,178
Posted By deeceeds
breakat option in vim
Hi,

I am used to work in vim editor. I have moved to a different organisation and there is one setting in vim that I wish to change.

Open vim and give ":se all" on command line. Scroll and...
Showing results 1 to 8 of 8

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