Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7945887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T00:59:46+00:00 2026-06-04T00:59:46+00:00

In my bash_profile I have this: function ht() { perl -i -pe ‘s|<!– Mirrored

  • 0

In my bash_profile I have this:

  function ht() { perl -i -pe 's|<!-- Mirrored from (.*?) -->\n||' "$a" ;}

I want to run ht to do an inline replacement on the file fed to remove an HTML Comment with the HTTrack signature, but when I run this,

ht file.html

I get:

Can't open : No such file or directory.

I suspect this is because of the quotes around my $a which interfere with the perl command being fed. Perhaps it prefixes the " literally to the filename, or something of this nature and overall it becomes the wrong filename.

I tried removing the double quotes around my $a but that doesn’t seem to do what I want. How can I resolve this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T00:59:47+00:00Added an answer on June 4, 2026 at 12:59 am

    You have to tell perl what file you’re trying to run with. Change to this:

    function ht() { perl -i -pe 's|<!-- Mirrored from (.*?) -->\n||' "$@";}
    

    Note the $@ instead of “$a” at the end. As @jwd points out, that’s even better than $* in most cases.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this function in my .profile, which creates a growl notification using iTerm2:
I am creating a .bash_profile script, and I have run into a small problem.
I have this .bashrc file #PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting [[
I have defined a few different functions in my .bash_profile . I usually remember
Textmate does not source my .profile file. I don't have a custom bash_init.rb, nor
I have a file with my DSA private key on my windows 7 computer.
In my .bash_profile I have the following lines: PATHDIRS= /usr/local/mysql/bin /usr/local/share/python /opt/local/bin /opt/local/sbin $HOME/bin
In Fabric, when I try to use any alias' or functions from my .bash_profile
I want to run a command as a not-root user in a startup script
I have a .bash_profile script that sets up some aliases for me based on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.