Results 1 to 2 of 2

Thread: I'm looking for a comand, can you help me?

  1. #1
    Join Date
    Dec 2018
    Beans
    1

    Exclamation I'm looking for a comand, can you help me?

    Hi everyone, okay.

    I want a comand which by using it i can write on a textfile, but without going inside it.

    (I want to use it for a script that can makes web-pages (it's a proyect, but that doesn´t care, no?)

    The problem is that i'm a medium-level user of Ubuntu, and i usually use "nano", but i cant use nano with a script.

    Can you help me, TY ;)

    PD: i use Shell comands...

  2. #2
    Join Date
    Dec 2018
    Beans
    12

    Re: I'm looking for a comand, can you help me?

    I have read today about a family of commands that append text or a result of some command to the end of a text file (or as an input for another command) by the use of
    Code:
     command argumets >> text file (or another command)
    . More on that you can find here.

    Could that solve your problem?
    Last edited by saleb; December 24th, 2018 at 12:54 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •