• skip to content

CLAWRIM Wiki

The Computational Lab for Advanced Water Resources Informatics and Modeling

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » file
Trace: • usgs_wrra_104b_nm_drought_vulnerability

file

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@howtos
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • how_to_count_non-null_records_in_a_column_in_a_csv_file
  • how_to_find_the_order_of_a_column_in_a_csv_file
  • how_to_merge_csv_files_in_the_current_directory

Fulltext results:

how_to_merge_csv_files_in_the_current_directory
9 Hits, Last modified: 13 months ago
====== How to merge CSV files in the current directory ====== <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
how_to_download_features_using_the_arcgis_rest_api
7 Hits, Last modified: 11 months ago
pt requires [[https://jqlang.github.io/jq/|jq]]. <file bash download_arcgis_rest_features.sh> #!/bin/sh ... URL for an ArcGIS REST API rest_url=$1 # output filename output=$2 # prefix prefix=$(echo $output | s... is infinite loop while :; do # generate a filename fn=${prefix}_$offset.geojson ... err=$? # if there was a wget error or the filesize is zero if [ $err -ne 0 -o ! -s $fn ]
how_to_compile_peakfq_on_linux
5 Hits, Last modified: 11 months ago
HuidaeCho/peakfq-linux|its GitHub repository]]. <file bash compile_peakfq.sh> #!/bin/sh # download sou... q rm -rf PeakFQ_7.5.1.src cd peakfq # rename all filenames to lowercase for i in *.*; do j=$(echo $i ... done # rename include and module names in source files to lowercase for i in *.*; do grep -q ".*.INC'... (1\) = -999)/!\1/' j407xe.for # download missing files for i in \ adwdm/cfbuff.inc \ adwdm/cdrloc.i
how_to_install_hec-ras_on_linux
2 Hits, Last modified: 12 months ago
_610_Linux.zip </code> Uncompress the downloaded file. <code bash> mkdir -p ~/usr/local/opt cd ~/usr/lo... Muncie.c04 b04 </code> Did it run? Delete extra files and directories. <code bash> cd ../.. rm -rf RAS
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/"
how_to_install_tex_live_on_linux
1 Hits, Last modified: 11 months ago
installed by Slackware) to edit and compile LaTeX files. If you like Vim or Neovim, [[https://github.com
how_to_use_shell_scripting_on_windows
1 Hits, Last modified: 13 months ago
ndows ====== - Download [[https://frippery.org/files/busybox/busybox.exe|busybox.exe]] from https://f

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki