Search Results

Search: Posts Made By: rjulich
1,266
Posted By rjulich
Thank you. That solution works great. :):b:
Thank you. That solution works great. :):b:
1,266
Posted By rjulich
Regular Expression - Switch Entire String
I would like to be able to use a regular expression to find and replace entire strings, but not replace if the string is a substring in a larger string.

Example:
$string = "ABC ABCDEF ABC ABCDEF...
3,531
Posted By rjulich
I got it working this morning: if [ "$TERM"...
I got it working this morning:

if [ "$TERM" == "vt100" ]; then
program1
fi

That was one of the only variable that was the difference between the env variables when logging in the 2...
3,531
Posted By rjulich
Conditional Shell Statement
I want to add a conditional statement to a user's .profile file. I have a certain number of users that log in and use the rksh (Restricted Korn Shell). When they log in, it starts a certain program...
46,562
Posted By rjulich
anbu23, Thank you, that first command was...
anbu23,

Thank you, that first command was the one I was looking for. That second command will also come in handy.

:) Ray
46,562
Posted By rjulich
Get List of Unique File Names
I have a large directory of web pages. I am doing a search through the web pages using grep and would like to get a list of unique file names of search results. The following command works fine to...
Showing results 1 to 6 of 6

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