Skip to main content

Questions tagged [append]

The tag has no usage guidance.

0 votes
1 answer
182 views

CMD does not append WSL output

In cmd.exe, I try to append WSL2 output to some file, like this: C:\somepath>echo Some contents> somefile C:\somepath>bash.exe --noprofile --norc -c "echo APPEND">> somefile ...
Michel de Ruiter's user avatar
0 votes
1 answer
544 views

Append one file to another using FFMPEG

All the FFMPEG examples show how to take file1 + file2 and write result to the file3. Is FFMPEG just able to open file1, seek to the end and then append file2, without creating the third, intermediate,...
Paul's user avatar
  • 944
0 votes
0 answers
150 views

Regex adding to filename by find replace (Java/ECMA script regex)

I am trying to append to a filename with regex replace.This can be done by many ways for sure but i need to do it with regex, Need select filename and replace it with filename+newtext so in example i ...
i3ordo's user avatar
  • 1
14 votes
5 answers
20k views

Add to every end of line in Notepad++

I have a long text file gallery-dl -g -i w4b027.txt > gallery-dl -g -i a4b028.txt > gallery-dl -g -i b4b029.txt > gallery-dl -g -i c4b030.txt > gallery-dl -g -i d4b031.txt > gallery-dl -...
Roxion's user avatar
  • 354
1 vote
2 answers
2k views

How to append the contents of a .tar file to another file

I have a file named archive.tar and I want to append its contents (archive.tar is a backup file coming from a text file) to another file. I use the following command that doesn't seem to work: tar -...
user25's user avatar
  • 41
1 vote
1 answer
292 views

How do we achieve the following using replace function in notepad++

Transform Source: This is source 1 Description : This is the description of source 1 Source: This is source 2 Description : This is a description of source 2 into this: Description : This is a ...
C0ppert0p's user avatar
  • 123
0 votes
1 answer
966 views

append multiple files in descending order in dos cmd

I have some files with names 93112.txt, 93111.txt, 93110.txt etc. I want to put them into a single combined file such that the largest number file goes in first, then the next smaller ...and finally ...
ravi's user avatar
  • 1
0 votes
1 answer
109 views

Append multiple file with cmd

I have multiple file such as ox.001,ox.002,...,ox.0050. I Want to append myFiles for example ox.001 to ox.0050 or ox.0060 to ox.0080 into one file then fileName result ox.0051 or ox.0081.
bhr's user avatar
  • 1
49 votes
2 answers
11k views

why it is 2>&1 and not 2>>&1 to append to a log file

I am redirecting STDOUT and STDERR to a single file, always growing, so I use always use "append" redirection; this is >> my command is command >> logfile 2>&1 And it works. But ...
Mikel Vergy's user avatar
0 votes
1 answer
106 views

Power Query - Appended Queries pulling from same folder - Need only 1 query to run on new files

I have two queries created in Power Query that pull data from the same folder and are appended. The reason for this is because that folder contains many files with two distinct data structures, one is ...
Matt Picca's user avatar
0 votes
1 answer
1k views

Correct syntax in a script to append to .bashrc for root

I'm trying to script some things and cannot figure out the correct syntax to append to root's .bashrc file. For this script, I'm just trying to get it to display the hostname in red when we ssh into ...
808mrb's user avatar
  • 33
3 votes
1 answer
1k views

Append line with sed or awk

In a bash script I have to append a line into a systemd file. The file looks like this: [Unit] ... [Service] ... The line must be appended under the [Unit] section and after all the lines in this ...
coverflower's user avatar
2 votes
1 answer
336 views

Using %ksappend from main kickstart file from usb device, what is the correct path?

I'm using kickstart for the installation of a Fedora system. I separated some steps of the installation in some kickstart files, so they can be easily reused. For example, the section about ...
Egidio Docile's user avatar
0 votes
1 answer
168 views

Check success of remote file append via ssh

I like to periodically append some data to a remote file via ssh and remove it locally. Like: cat some_lines_to_append.txt | ssh [email protected] 'cat >> all_lines_collected.txt' rm ...
dronus's user avatar
  • 1,908
0 votes
2 answers
475 views

How to automatically generate a list of items from Word 2013 document in an appendix

I've been working on a standards document for a couple years now which has become quite lengthy. It's comprised mostly of explanation and example paragraphs interspersed with numbered requirements. ...
wootcat's user avatar
  • 133

15 30 50 per page