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 6952429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:20:53+00:00 2026-05-27T14:20:53+00:00

i need help in bash script I have a lic.txt at domain.com which contains

  • 0

i need help in bash script
I have a lic.txt at domain.com which contains the string “1234567”.
i want to use string “1234567”. in bash script
if this word found in http://domain.com/license.txt run bash script function if not found output error license invalid how can i add this in my bash script

my bash script code is

if [ $1 ]; then
  SIZE=$(($1 * 1024))
else
  SIZE=$((100 * 1024))
fi
Sname=`echo $0 | sed 's/.\///g'`;

for x in $TXT_PATH/*_t.txt
do
if [ ! -e $LOCK_FILE ]; then

  if [ "$x" == "$Sname" ]; then
    echo -ne;
  elif [ -d "$x" ] || [ -e "$x" ]; then
      /bin/touch $LOCK_FILE
      My command 1
      My command 2
      My command 3
      My command 4
      My command 5
      My command 6
      My command 7
      rm -rf $LOCK_FILE
  fi
else
  echo "Lock file remove for run"
fi
done 
  • 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-05-27T14:20:54+00:00Added an answer on May 27, 2026 at 2:20 pm

    If I understand the question correctly you need something like that:

    wget http://domain.com/license.txt
    code = $(grep 1234567 license.txt)
    if [ -z $code ]; then echo "Invalid license"; else function_call_here; fi
    

    Thanks Fredrik

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

Sidebar

Related Questions

I need your help with a short bash script. I have a folder, which
I have a script in bash which uses the HTK toolkit . One of
Need some help designing a bash script for grepping IP addresses from auth.log and
I need some help with a Bash script that will automatically add the git's
I want to write a python script (Yes not Bash) that will use flac
need help to create regular expression matching string www.*.abc.*/somestring Here * is wild card
Need help writing a script downloads data from google insight using c# this is
I need help to replace all \n (new line) caracters for in a String,
i need help with disk_total_space function.. i have this on my code <?php $sql=select
Hi I am a newbe to bash programming and need some help. I am

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.