Search Results

Search: Posts Made By: onlinelearner02
11,625
Posted By onlinelearner02
Do you know how I could also achieve this in Vi? ...
Do you know how I could also achieve this in Vi?

Thanks!
11,625
Posted By onlinelearner02
So if i have multiple lines with different names,...
So if i have multiple lines with different names, how do I achieve that?

Thanks much!
11,625
Posted By onlinelearner02
Vi - insert a tab between words?
I have several lines in a file that I want to replace a space with a tab.

For example:

111047 [tab] Julie Jones email@email.com

111047 [tab] Julie Jones [tab] email@email.com

I want to...
Forum: Cybersecurity 08-20-2012
2,383
Posted By onlinelearner02
differences between Shibboleth and Single Sign On
Could someone please explain to me the difference between Shibboleth and Single Sign On? How are they related?

Thank you!
Forum: Programming 05-31-2012
1,290
Posted By onlinelearner02
Understanding perl code
What is the difference between the two statements below?

A:
$a->{"$fruit"}->{"$color"}->{size} = $size

B:
$size = $a->{"$fruit"}->{"$color"}->{size}

Please assist. Thanks!
982
Posted By onlinelearner02
grep help
I have a file with lines that I commented out. I want to test the file and use grep to ignore lines that are commented and do a regular expression.

I tried the following command but it is not...
1,201
Posted By onlinelearner02
Understanding perl statement
can someone help me how to interpret this line?



my ($class, $hashref) = @_;

my $portfolio = {};

if ($hashref->{portfolio_id}) {
($portfolio) = GEmySQL->get ("select * from...
5,959
Posted By onlinelearner02
create a macro in vi file
In vi, how do I create a macro?

For example, I want to create a macro to join lines and insert ^

Please assist. Thanks!
9,888
Posted By onlinelearner02
Thank you!!!!
It's easier with the unix tr command.

cat oldfile | tr -d '"' > newfile
9,888
Posted By onlinelearner02
[Solved] delete character in vi file
I have a file with lots of unnecessary double quotes ("). I tried to remove them but not successful.

Please assist. Thanks!
3,356
Posted By onlinelearner02
Hi All, This is what I tried and still not...
Hi All,

This is what I tried and still not working.

[ unix ]ls
practice/

[ unix ]cd practice
[ practice ]ls
mail/ filename

[ practice ]cd ..
[ Unix ]mail -s "testing"...
3,356
Posted By onlinelearner02
Hi, I kept getting the following error: ...
Hi,

I kept getting the following error:


../practice/mail/filename: No such file or directory.and I typed the following:



mail -s "test email" email@hotmail.com <...
2,494
Posted By onlinelearner02
Gary, You're correct! Thank you for...
Gary,

You're correct! Thank you for reminding me. I had a hard time understanding the difference between the % and the g at first.
3,356
Posted By onlinelearner02
mail command in Unix
Hi All,

Is it possible to email a file from another directory in Unix shell prompt? In other words, do we have to be in the directory where the file is located to mail the file?

I was in the...
2,494
Posted By onlinelearner02
Vi substitution
Hi All,

I tried the following command and it worked:

:%s/' //

Thank you all for your feedback! This forum is excellent!
2,494
Posted By onlinelearner02
Thanks
Hi Ranga,

For some reason, but your command substituted only one line. Does my cursor has to be at the end for file?

Thanks!

---------- Post updated at 12:19 PM ---------- Previous update...
2,494
Posted By onlinelearner02
vi substitution help
Hi experts,

Could someone help me how to figure out the following substitution?

I copied and pasted a column of names from an Excel file into another file in vi. The column of data has last...
Showing results 1 to 17 of 17

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