Search Results

Search: Posts Made By: appualex
3
1,766
Posted By GERMANICO
Describe a bit more in detail what you want to...
Describe a bit more in detail what you want to do, thanks.
3
1,766
Posted By zaxxon
Is this classroom stuff / homework? What have...
Is this classroom stuff / homework?
What have you tried so far?
Why vi?

Try:

paste -d" " file1 file2
4,601
Posted By wempy
you could use a macro if your version of vi...
you could use a macro if your version of vi supports them - i've been using vim so long I can no longer remember what the original vi can do.

the macro could be:

$F_d$j

$ - go to end of line...
4,601
Posted By Scott
:,%s/_[^_]*$//
:,%s/_[^_]*$//
40,864
Posted By ctsgnb
If you don't have root, you can try to newgrp in...
If you don't have root, you can try to newgrp in your .profile or .login or .whatever
40,864
Posted By methyl
Always use "usermod" (or whatever command is...
Always use "usermod" (or whatever command is applicable to your O/S) rather than editing /etc/passwd.
40,864
Posted By vbe
forth (4) field :separated ... The next after...
forth (4) field :separated ...
The next after after your UID
40,864
Posted By vbe
Only alternative is if you are not root, to ask...
Only alternative is if you are not root, to ask your admin... (change GID in /etc/passwd file...)
22,328
Posted By
well that's mostly because there's not much...
well that's mostly because there's not much viruses for *nix ;)
but we all know rootkit for example
and if you will take some executable file from inet and execute it on *nix it can do everything...
22,328
Posted By rdcwayx
In unix/linux system, normally we don't install...
In unix/linux system, normally we don't install Anti-virus software,but on Windows, the first software you need think to install is anti-virus software.
22,328
Posted By remi75
the problem with windows security is that : ...
the problem with windows security is that :

there is ALWAYS a backdoor to IT .
there is NO windows server/pc called secured if its not
1) running an antivirus (a)
2)running behind a unix...
22,328
Posted By Corona688
It's worth noting, though, that it's possible to...
It's worth noting, though, that it's possible to configure any operating system to be insecure. UNIX possesses features that allow a competent admin to button it closed very tightly but that doesn't...
22,328
Posted By moe458
Advantages of Unix - Unix is more flexible...
Advantages of Unix

- Unix is more flexible and can be installed on many different types of machines, including main-frame computers, supercomputers and micro-computers.

- Unix is more stable...
22,328
Posted By rajneesh_kapoor
Unix more secure than windows
Hi,
I need to know why is Unix considered as more secure as compared to Windows. Following points are known but the reason is not known:
i. File access permissions can be provided user wise in...
1,496
Posted By dr.house
awk -F',' 'OFS="," {if ($6=="403") {print...
awk -F',' 'OFS="," {if ($6=="403") {print $1,$3,$10,$11,$12}}' data.file
1,618
Posted By Tytalus
probably using the key combo ESC-p i.e....
probably using the key combo ESC-p

i.e. type in start of line then hit ESC and p together.

try a "man tcsh" and read the section on history searching.

:-)
402,694
Posted By Perderabo
In vi, use :set list and you can do :set...
In vi, use
:set list
and you can do
:set nolist
to get back to normal.
Showing results 1 to 17 of 17

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