Search Results

Search: Posts Made By: dislusive
17,110
Posted By dislusive
which seq (usually resides in /usr/bin/) ...
which seq (usually resides in /usr/bin/)

It's an individual executable command; should be part of the coreutils package if you're using linux.

if it exists on your system, modify the script...
17,110
Posted By dislusive
If I understand what you're trying to do...
If I understand what you're trying to do correctly, here's a quick bash script.


#!/bin/bash

compareFile = "/path/to/file/to/compare.txt"
outputFile = "/path/to/outputFile.txt"

for...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 07:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy