Search Results

Search: Posts Made By: onlinelearner02
1,254
Posted By Corona688
@_ is the parameters passed to the subroutine, so...
@_ is the parameters passed to the subroutine, so it's putting the passed-in parameters into the local $class and $hashref variables.

$hashref is presumably a reference to a hash, so you can look...
1,254
Posted By ThomasMcA
Nested scripts are read from the inside, out....
Nested scripts are read from the inside, out. Find the innermost script/command/calculation that doesn't depend on the results of another command/function. Once you have that value, work your way...
10,053
Posted By methyl
It's easier with the unix tr command. cat...
It's easier with the unix tr command.

cat oldfile | tr -d '"' > newfile
10,053
Posted By gary_w
In vi: <ESC> :%s/"//g
In vi:

<ESC> :%s/"//g
2,545
Posted By gary_w
Another FYI for completeness for future...
Another FYI for completeness for future searchers. The percent sign means to look on all lines of the file. if you only wanted to apply the search/replace on a range of lines, you can replace the...
2,545
Posted By ningy
in vi editor mode :%s/'//g :%s/-//g
in vi editor mode

:%s/'//g
:%s/-//g
Showing results 1 to 6 of 6

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