Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for chris.kelley.5015

Hello, I am trying to create a script that will compare one word at a time from one file to every word in a second file. I know how to design nested for loops to read the first entry in file1 and compare it to every entry in file2, so …

Member Avatar for Watael
0
282
Member Avatar for axn

sed uses the 's///' command to replace one string with another. You need to choose the string to be replaced and put it in the first space between the first two forward slashes and put the new string between the second two. In this case, knowing regular expressions will help. …

Member Avatar for chris.kelley.5015
0
178
Member Avatar for chophouse

Rubberman, I appreciate this post, as it cemented cron methodology in my own mind, something I had previously not fully understood (having never actually used cron before). That being said, in evaluating the lines you provided, I believe I may see a minor problem. Original post: 0 0,5,10,15,20 * * …

Member Avatar for Watael
0
574

The End.