Search
You can find the results of your search below.
Fulltext results: how_to_compile_peakfq_on_linux 10 Hits , Last modified: 11 months ago HuidaeCho/peakfq-linux|its GitHub repository]].
<file bash compile_peakfq.sh>
#!/bin/sh
# download sou... ndows functions
sed -Ei 's/^(.*(PeekNamedPipe|ReadFile |WriteFile ))/!\1/' scenmod.f90
# fix disclaimer line
sed -i "/^ *WRITE(DISCLM(1)/a \ DISCLM(2) =... cat << 'EOT' > main.f90
character(len=256) :: specfile
if(command_argument_count().eq.0) then
write(* how_to_merge_csv_files_in_the_current_directory 6 Hits , Last modified: 13 months ago ======
<code bash>
# set a variable to know if a file is the first one
# because we don't want to skip the head line from the first file
first=1
# for each of *.csv file names, assign it to i
for i in *.csv; do
# if you repeat this script... we don't want to merge
# the previously merged file again
if [ "$i" = "merged.csv" ]; then
# sk how_to_compile_grass_gis_on_slackware 4 Hits , Last modified: 12 months ago l/share/pkgconfig:$PKG_CONFIG_PATH"' > ~/.bash_profile
. ~/.bash_profile
fi
# create grass script
mkdir ~/usr/local/bin
cat << 'EOT' > ~/usr/local/bin/gras... ; then
echo 'export PATH="$HOME/usr/local/bin:$PATH"' > ~/.bash_profile
. ~/.bash_profile
fi
</code> how_to_compile_modflow_6_on_slackware 4 Hits , Last modified: 4 months ago l/share/pkgconfig:$PKG_CONFIG_PATH"' > ~/.bash_profile
. ~/.bash_profile
fi
cd ..
# build modflow6
cd modflow6
meson setup builddir -Ddebug=false -Dparalle... ; then
echo 'export PATH="$HOME/usr/local/bin:$PATH"' > ~/.bash_profile
. ~/.bash_profile
fi
</code> how_to_compile_qgis_on_slackware 4 Hits , Last modified: 12 months ago l/share/pkgconfig:$PKG_CONFIG_PATH"' > ~/.bash_profile
. ~/.bash_profile
fi
echo 'export LD_LIBRARY_PATH="$HOME/usr/local/src/grass/dist.x86_64-pc-linux-gnu/lib:$LD_LIBRARY_PATH"' > ~/.bash_profile
. ~/.bash_profile
# create postgres group and user, which are required by postgresql
groupadd -g 209 p how_to_download_features_using_the_arcgis_rest_api 3 Hits , Last modified: 11 months ago pt requires [[https://jqlang.github.io/jq/|jq]].
<file bash download_arcgis_rest_features.sh>
#!/bin/sh
... && echo "$fn: wget error $err"
# delete broken file
rm -f $fn
# try it again
... += $s) | del(.properties)' *.geojson > $output
</file >
Here is an example:
<code bash>
./download_arcg how_to_install_hec-ras_on_linux 3 Hits , Last modified: 12 months ago _610_Linux.zip
</code>
Uncompress the downloaded file .
<code bash>
mkdir -p ~/usr/local/opt
cd ~/usr/lo... terminal.
<code bash>
cat << 'EOT' >> ~/.bash_profile
# HEC-RAS
export PATH="$HOME/... as/lib/rhel_8:$LD_LIBRARY_PATH"
EOT
. ~/.bash_profile
</code>
Let's test it.
<code bash>
cd RAS_Linux_ how_to_install_tex_live_on_linux 2 Hits , Last modified: 11 months ago add paths to TeX Live
cat << 'EOT' >> ~/.bash_profile
# TeX Live
export PATH="$HOME/usr/local/opt/texl... # read them into the current session
. ~/.bash_profile
</code>
Use [[https://www.tug.org/texlive/tlmgr. how_to_install_the_intel_fortran_compiler_on_linux 2 Hits , Last modified: 11 months ago /$(whoami)
# add path
cat << 'EOT' >> ~/.bash_profile
# Intel Fortran Compiler
export PATH="$PATH:$HOME... /opt/oneapi/compiler/latest/bin"
EOT
. ~/.bash_profile
cat << 'EOT' >> ~/.bashrc
# Intel Fortran Compil how_to_count_non-null_records_in_a_column_in_a_csv_file 1 Hits , Last modified: 13 months ago ow to count non-null records in a column in a CSV file ======
<code bash>
tail -n +2 merged.csv |
sed ' how_to_find_the_order_of_a_column_in_a_csv_file 1 Hits , Last modified: 13 months ago ====== How to find the order of a column in a CSV file ======
<code bash>
head -1 merged.csv |
sed 's/"